Skip to content

Commit

Permalink
package.json: explicitly define files, refs #2
Browse files Browse the repository at this point in the history
  • Loading branch information
shesek committed Jun 18, 2018
1 parent efcb6a9 commit 2895d96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.1",
"description": "Higher-order functions for easier error handling",
"main": "iferr.js",
"files": [ "iferr.js" ],
"scripts": {
"test": "mocha"
},
Expand Down

0 comments on commit 2895d96

Please sign in to comment.