Skip to content

Commit

Permalink
Include /lib in npm package.
Browse files Browse the repository at this point in the history
  • Loading branch information
ptx2 committed Aug 3, 2020
1 parent 15374e1 commit 16010f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@
"gymnasticon": "./lib/app/cli.js"
},
"scripts": {
"prepublishOnly": "npm run build",
"build": "babel --delete-dir-on-start src -d lib",
"test": "tape lib/test/**/*.js"
},
"files": [
"/lib"
],
"author": "<ptx2@ptx2.net>",
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit 16010f8

Please sign in to comment.