Skip to content

Commit

Permalink
Merge pull request #70 from tobiasbueschel/build/package-files
Browse files Browse the repository at this point in the history
Only include index.js when in published npm module
  • Loading branch information
jergason committed May 23, 2019
2 parents 854399d + 2606a13 commit 88be0f7
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 88be0f7

Please sign in to comment.