Skip to content

Commit

Permalink
Update package entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
vhf committed Dec 18, 2015
1 parent 61500d5 commit 30af9fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mdast-lint-empty-sections",
"version": "0.1.0",
"version": "0.1.1",
"description": "Checks that all markdown titles have a content",
"author": "Victor Felder <victorfelder@gmail.com>",
"repository": {
Expand All @@ -26,5 +26,5 @@
"url": "https://github.com/vhf/mdast-lint-empty-sections/issues"
},
"homepage": "https://github.com/vhf/mdast-lint-empty-sections#readme",
"main": "dist/index.js"
"main": "dist/no-empty-section.js"
}

0 comments on commit 30af9fa

Please sign in to comment.