Skip to content

Commit

Permalink
Only include index.js when in published npm module
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasbueschel committed May 20, 2019
1 parent 854399d commit 2606a13
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"url": "git://github.com/jergason/recursive-readdir.git"
},
"main": "./index.js",
"files": [
"index.js"
],
"scripts": {
"test": "mocha test/"
},
Expand Down

0 comments on commit 2606a13

Please sign in to comment.