update grunt

This commit is contained in:
Matias Alejo Garcia 2016-07-28 09:07:29 -03:00
parent a50f3fb50c
commit 26badd649b
No known key found for this signature in database
GPG Key ID: 02470DB551277AB3
2 changed files with 12 additions and 14 deletions

View File

@ -235,12 +235,12 @@ module.exports = function(grunt) {
singleRun: true
}
},
nodewebkit: {
nwjs: {
options: {
appName: 'Copay',
platforms: ['win64', 'osx64', 'linux64'],
buildDir: './webkitbuilds',
version: '0.12.2',
version: '0.16.0',
macIcns: './public/img/icons/icon.icns',
exeIco: './public/img/icons/icon.ico'
},

View File

@ -45,16 +45,7 @@
"coveralls": "^2.11.9",
"express": "^4.11.2",
"fs": "0.0.2",
"grunt": "^0.4.5",
"grunt-angular-gettext": "^0.2.15",
"grunt-browserify": "^4.0.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.1",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-exec": "^0.4.6",
"grunt": ">=0.4.0",
"shelljs": "^0.3.0"
},
"scripts": {
@ -74,9 +65,16 @@
"chai": "^3.5.0",
"cordova": "5.4.1",
"cordova-android": "5.1.1",
"grunt-karma": "^1.0.0",
"grunt": "^1.0.1",
"grunt-angular-gettext": "^2.2.3",
"grunt-browserify": "^5.0.0",
"grunt-contrib-compress": "^1.3.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-exec": "^1.0.0",
"grunt-karma": "^2.0.0",
"grunt-karma-coveralls": "^2.5.4",
"grunt-node-webkit-builder": "^1.0.2",
"grunt-sass": "^1.2.0",
"grunt-string-replace": "^1.2.1",
"karma": "^0.13.22",