chore(build): use a whitelist for the content of npm publish

pull/121/head
Romain 6 years ago
parent d75815c536
commit ba72015124

@ -1,9 +0,0 @@
.github
.travis.yml
test
test-snapshot
scripts
coverage
fixtures
.editorconfig
Dockerfile

@ -22,6 +22,10 @@
"bin": {
"thumbsup": "./bin/thumbsup.js"
},
"files": [
"src",
"bin"
],
"scripts": {
"lint": "standard && require-lint",
"unit": "istanbul cover node_modules/mocha/bin/_mocha",

Loading…
Cancel
Save