Skip to content

Commit

Permalink
fix(package): allow consumers to install bitcoin-ts with npm
Browse files Browse the repository at this point in the history
  • Loading branch information
bitjson committed May 29, 2018
1 parent 0d5a694 commit e7a0c37
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@
"reset": "git clean -dfx && git reset --hard && yarn",
"clean": "trash build test",
"all": "run-s reset test cov:check doc:html",
"prepare-release": "run-s all version doc:publish",
"preinstall": "node -e \"if(process.env.npm_execpath.indexOf('yarn') === -1) throw new Error('bitcoin-ts must be installed with Yarn: https://yarnpkg.com/')\""
"prepare-release": "run-s all version doc:publish"
},
"scripts-info": {
"info": "Display information about the package scripts",
Expand Down

0 comments on commit e7a0c37

Please sign in to comment.