put bitcoreNode attr in package json to enable bitcore to find scripts
This commit is contained in:
parent
0473d96ab8
commit
d014ee2d6f
@ -66,4 +66,4 @@
|
||||
"node": ">=8"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
}
|
||||
@ -16,6 +16,7 @@
|
||||
"bitcore",
|
||||
"API"
|
||||
],
|
||||
"bitcoreNode": "bitcore-node",
|
||||
"scripts": {
|
||||
"postinstall": "run-s install-app",
|
||||
"install-app": "cd app && npm install",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user