Skip to content

Commit b6bff79

Browse files
committed
chore: whitelist files published to npm
1 parent ec330bc commit b6bff79

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: package.json

+5
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
"scripts": {
1111
"test": "jest"
1212
},
13+
"files": [
14+
"lib/*.js",
15+
"!lib/*.spec.js",
16+
"bin/*.js"
17+
],
1318
"author": "Mathias Biilmann Christensen",
1419
"license": "MIT",
1520
"repository": {

0 commit comments

Comments
 (0)