Skip to content

Commit

Permalink
postinstall...
Browse files Browse the repository at this point in the history
  • Loading branch information
canibanoglu committed Nov 13, 2019
1 parent b054b52 commit ac61e32
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "can-tracker",
"version": "0.0.8",
"version": "0.0.9",
"description": "Starts a simple bittorent tracker for filesharing",
"scripts": {
"start": "node -r dotenv/config entry.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node -r esm scripts/postinstall.js"
"build": "node -r esm scripts/postinstall.js",
"postinstall": "scripts/postinstall.js"
},
"bin": {
"createCanTorrent": "./bin/.build/createTorrent.js",
Expand Down

0 comments on commit ac61e32

Please sign in to comment.