put bitcoreNode attr in package json to enable bitcore to find scripts

This commit is contained in:
Darren Nelsen 2018-03-09 13:18:59 -05:00
parent 0473d96ab8
commit d014ee2d6f
2 changed files with 2 additions and 1 deletions

View File

@ -66,4 +66,4 @@
"node": ">=8"
},
"license": "MIT"
}
}

View File

@ -16,6 +16,7 @@
"bitcore",
"API"
],
"bitcoreNode": "bitcore-node",
"scripts": {
"postinstall": "run-s install-app",
"install-app": "cd app && npm install",