Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
fix: include the dist files in the package
Browse files Browse the repository at this point in the history
  • Loading branch information
roderik committed Mar 28, 2018
1 parent ef7c13c commit 07ecc48
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"watch-node": "nodemon dist/server.js",
"watch-debug": "concurrently -k -p \"[{name}]\" -n \"TypeScript,Node\" -c \"cyan.bold,green.bold\" \"npm run watch-ts\" \"npm run serve-debug\"",
"travis-deploy-once": "travis-deploy-once",
"semantic-release": "semantic-release",
"benchmark": "node dist/benchmark.js"
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
Expand All @@ -32,6 +31,9 @@
"merkle",
"chainpoint"
],
"files": [
"dist"
],
"author": "Jason Bukowski <jason@tierion.com> (https://tierion.com)",
"contributors": [
"Roderik van der Veer <roderik@settlemint.com> (https://settlemint.com)"
Expand Down

0 comments on commit 07ecc48

Please sign in to comment.