Skip to content

Commit 5e5dca9

Browse files
authored
Merge pull request #79 from fson/npmignore
Whitelist files to be published to npm
2 parents 7033231 + 68b06f0 commit 5e5dca9

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.npmignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,8 @@
3636
"travis": "npm run cover -- --report lcovonly",
3737
"prepublish": "npm prune && npm test",
3838
"publish-patch": "npm prune && npm test && npm version patch && git push && git push --tags && npm publish"
39-
}
39+
},
40+
"files": [
41+
"index.js"
42+
]
4043
}

0 commit comments

Comments
 (0)