Skip to content

Commit

Permalink
fix(npm): add "files" to package.json (#2)
Browse files Browse the repository at this point in the history
* No lib directory in published package

close #1

* fix(npm): add files
  • Loading branch information
azu committed May 8, 2016
1 parent dae358b commit e496022
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"version": "1.0.1",
"description": "textlint rule that limit maxinum comma(,) count of sentence.",
"main": "lib/textlint-rule-max-comma.js",
"files":[
"src",
"lib"
],
"directories": {
"test": "test"
},
Expand Down

0 comments on commit e496022

Please sign in to comment.