Skip to content

Commit 9d8e7b4

Browse files
committed
build: whitelist files to include when publishing
1 parent b3b1352 commit 9d8e7b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
"json",
2525
"manifest"
2626
],
27+
"files": [
28+
"/index.js"
29+
],
2730
"scripts": {
2831
"test": "node tests/runner.js && ./node_modules/.bin/eslint index.js tests/**/*.js",
2932
"lint": "eslint ."

0 commit comments

Comments
 (0)