build(all): update build to use new variables in app config

This commit is contained in:
Jason Dreyzehner 2016-10-01 19:53:57 -04:00
commit d1b2f6adb1
12 changed files with 43 additions and 44 deletions

View file

@ -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"