Skip to content

Commit

Permalink
Fix for npm link
Browse files Browse the repository at this point in the history
  • Loading branch information
stormwild committed Sep 8, 2019
1 parent 2b2247a commit d11f85c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Empty file modified bin/serapay.js
100644 → 100755
Empty file.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"lint": "tslint -c tslint.json 'src/**/*.ts'",
"format": "prettier --write 'src/**/*.ts' 'src/**/*.js'",
"test": "nyc mocha -r ts-node/register src/**/*.spec.ts",
"bin": "node ./bin/serapay.js",
"install": "npm i -g"
"bin": "node ./bin/serapay.js"
},
"nyc": {
"extension": [
Expand Down Expand Up @@ -60,4 +59,4 @@
"axios": "^0.19.0",
"commander": "^3.0.1"
}
}
}

0 comments on commit d11f85c

Please sign in to comment.