mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
commit
a5fc491e92
@ -285,7 +285,7 @@ module.exports = function(grunt) {
|
|||||||
nwjs: {
|
nwjs: {
|
||||||
windows : {
|
windows : {
|
||||||
options: {
|
options: {
|
||||||
version : "0.15.4",
|
version : "0.18.8",
|
||||||
build_dir: './dest/desktop/', // destination folder of releases.
|
build_dir: './dest/desktop/', // destination folder of releases.
|
||||||
win: true,
|
win: true,
|
||||||
linux32: true,
|
linux32: true,
|
||||||
@ -296,7 +296,7 @@ module.exports = function(grunt) {
|
|||||||
macos : {
|
macos : {
|
||||||
options: {
|
options: {
|
||||||
osx64: true,
|
osx64: true,
|
||||||
version : "0.15.4",
|
version : "0.18.8",
|
||||||
build_dir: './dest/desktop/'
|
build_dir: './dest/desktop/'
|
||||||
},
|
},
|
||||||
src: ['./dest/prod/**/*', "./package.json", "!./dest/desktop/"]
|
src: ['./dest/prod/**/*', "./package.json", "!./dest/desktop/"]
|
||||||
|
@ -27,26 +27,26 @@
|
|||||||
"postversion": "git push && git push --tags && npm publish"
|
"postversion": "git push && git push --tags && npm publish"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"dateformat": "1.0.11",
|
"dateformat": "2.0.0",
|
||||||
"grunt": "^0.4.5",
|
"grunt": "^0.4.5",
|
||||||
"grunt-casperjs": "^2.2.1",
|
"grunt-casperjs": "^2.2.1",
|
||||||
"grunt-contrib-clean": "1.0.0",
|
"grunt-contrib-clean": "1.0.0",
|
||||||
"grunt-contrib-concat": "1.0.1",
|
"grunt-contrib-concat": "1.0.1",
|
||||||
"grunt-contrib-connect": "1.0.2",
|
"grunt-contrib-connect": "1.0.2",
|
||||||
"grunt-contrib-copy": "1.0.0",
|
"grunt-contrib-copy": "1.0.0",
|
||||||
"grunt-contrib-jshint": "1.0.0",
|
"grunt-contrib-jshint": "1.1.0",
|
||||||
"grunt-contrib-uglify": "1.0.1",
|
"grunt-contrib-uglify": "1.0.1",
|
||||||
"grunt-contrib-watch": "1.0.0",
|
"grunt-contrib-watch": "1.0.0",
|
||||||
"grunt-include-replace": "4.0.1",
|
"grunt-include-replace": "4.0.1",
|
||||||
"grunt-jscs": "2.8.0",
|
"grunt-jscs": "2.8.0",
|
||||||
"grunt-karma": "1.0.0",
|
"grunt-karma": "1.0.0",
|
||||||
"grunt-leading-indent": "0.2.0",
|
"grunt-leading-indent": "0.2.0",
|
||||||
"grunt-nw-builder": "2.0.3",
|
"grunt-nw-builder": "3.1.0",
|
||||||
"grunt-open": "0.2.3",
|
"grunt-open": "0.2.3",
|
||||||
"grunt-replace": "1.0.1",
|
"grunt-replace": "1.0.1",
|
||||||
"grunt-spritesmith": "6.3.0",
|
"grunt-spritesmith": "6.3.0",
|
||||||
"jasmine-core": "2.1.0",
|
"jasmine-core": "2.1.0",
|
||||||
"karma": "0.13.21",
|
"karma": "1.3.0",
|
||||||
"karma-chrome-launcher": "1.0.1",
|
"karma-chrome-launcher": "1.0.1",
|
||||||
"karma-jasmine": "1.0.2",
|
"karma-jasmine": "1.0.2",
|
||||||
"karma-phantomjs-launcher": "0.2.3",
|
"karma-phantomjs-launcher": "0.2.3",
|
||||||
|
Loading…
Reference in New Issue
Block a user