Skip to content

Commit

Permalink
build: add files entry to package.json so we pack only what we want
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Dec 12, 2021
1 parent cee1131 commit 7635414
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
"bin": {
"google-java-format": "index.js"
},
"files": [
"test.sh",
"lib/",
"index.js",
"testproject/"
],
"scripts": {
"test": "bash ./test.sh",
"shipit": "nc --no-tests"
Expand Down

0 comments on commit 7635414

Please sign in to comment.