File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ module.exports = function(grunt) {
6767 dir : '.' ,
6868 out : 'dist' ,
6969 icon : 'cumulus.icns' ,
70- version : '0.36.9 ' ,
70+ version : '0.37.8 ' ,
7171 platform : 'darwin' ,
7272 arch : 'x64' ,
7373 prune : true ,
Original file line number Diff line number Diff line change 99 "package:osx" : " hdiutil create -format UDZO -volname Cumulus -srcfolder dist dist/Cumulus-$npm_package_version-osx.dmg"
1010 },
1111 "devDependencies" : {
12- "browserify" : " ^10 .0.0" ,
12+ "browserify" : " ^13 .0.0" ,
1313 "envify" : " ^3.4.0" ,
14- "grunt" : " ^0.4.5 " ,
15- "grunt-browserify" : " ^4 .0.0" ,
16- "grunt-contrib-clean" : " ^0.6 .0" ,
17- "grunt-contrib-watch" : " ^0.6.1 " ,
14+ "grunt" : " ^1.0.1 " ,
15+ "grunt-browserify" : " ^5 .0.0" ,
16+ "grunt-contrib-clean" : " ^1.0 .0" ,
17+ "grunt-contrib-watch" : " ^1.0.0 " ,
1818 "grunt-electron" : " ^1.0.0" ,
1919 "grunt-env" : " ^0.4.4" ,
20- "grunt-sass" : " ^1.0 .0" ,
21- "reactify" : " ^1.1.0 " ,
20+ "grunt-sass" : " ^1.2 .0" ,
21+ "reactify" : " ^1.1.1 " ,
2222 "uglify-js" : " ^2.4.20" ,
23- "watchify" : " ^3.2.1 "
23+ "watchify" : " ^3.7.0 "
2424 },
2525 "author" : " Gilles De Mey <gilles.de.mey@gmail.com>" ,
2626 "browserify" : {
You can’t perform that action at this time.
0 commit comments