Skip to content

Commit 7635414

Browse files
committed
build: add files entry to package.json so we pack only what we want
1 parent cee1131 commit 7635414

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
"bin": {
1212
"google-java-format": "index.js"
1313
},
14+
"files": [
15+
"test.sh",
16+
"lib/",
17+
"index.js",
18+
"testproject/"
19+
],
1420
"scripts": {
1521
"test": "bash ./test.sh",
1622
"shipit": "nc --no-tests"

0 commit comments

Comments
 (0)