build(all): update build to use new variables in app config
This commit is contained in:
parent
521e5f3618
commit
d1b2f6adb1
12 changed files with 43 additions and 44 deletions
11
package.json
11
package.json
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
{
|
||||
"//":"PLEASE! Do not edit this file directly",
|
||||
"//":" Modify it at app-template/",
|
||||
"//":" Modify it at app-template/",
|
||||
|
||||
"name": "wallet",
|
||||
"name": "bitpay-wallet",
|
||||
"description": "Secure Bitcoin Storage",
|
||||
"author": "BitPay",
|
||||
"version": "0.6.0",
|
||||
"version": "0.14.0",
|
||||
"keywords": [
|
||||
"bitcoin",
|
||||
"wallet",
|
||||
|
|
@ -97,7 +97,8 @@
|
|||
"watch": "grunt watch",
|
||||
"test": "./node_modules/.bin/grunt test-coveralls",
|
||||
"clean": "git clean -dfx",
|
||||
"start:ios": "npm run build && cd cordova && trash project-ios && make ios && open project-ios/platforms/ios/BitPay\\ Wallet.xcodeproj"
|
||||
"start:ios": "npm run build && cd cordova && trash project-ios && make ios && open project-ios/platforms/ios/BitPay\\ Wallet.xcodeproj",
|
||||
"start:android": "npm run build && cd cordova && trash project-android && make android && open -a /Applications/Android\\ Studio.app project-android/platforms/android"
|
||||
},
|
||||
"devDependencies": {
|
||||
"trash-cli": "^1.4.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue