Skip to content

Commit 0ad08cb

Browse files
authored
Merge pull request #27 from dguettler/whitelist-production-files
Whitelist package files
2 parents 6f2489e + 5c59d2e commit 0ad08cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
"engines": {
1313
"node": ">=0.6.0"
1414
},
15+
"files": [
16+
"index.js"
17+
],
1518
"license": "MIT",
1619
"main": "./index.js",
1720
"maintainers": [

0 commit comments

Comments
 (0)