Skip to content

Commit

Permalink
🆙 bumped Electron and dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gillesdemey committed May 5, 2016
1 parent d9cab3b commit 8292d58
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ module.exports = function(grunt) {
dir : '.',
out : 'dist',
icon : 'cumulus.icns',
version : '0.36.9',
version : '0.37.8',
platform : 'darwin',
arch : 'x64',
prune : true,
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
"package:osx": "hdiutil create -format UDZO -volname Cumulus -srcfolder dist dist/Cumulus-$npm_package_version-osx.dmg"
},
"devDependencies": {
"browserify": "^10.0.0",
"browserify": "^13.0.0",
"envify": "^3.4.0",
"grunt": "^0.4.5",
"grunt-browserify": "^4.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-electron": "^1.0.0",
"grunt-env": "^0.4.4",
"grunt-sass": "^1.0.0",
"reactify": "^1.1.0",
"grunt-sass": "^1.2.0",
"reactify": "^1.1.1",
"uglify-js": "^2.4.20",
"watchify": "^3.2.1"
"watchify": "^3.7.0"
},
"author": "Gilles De Mey <[email protected]>",
"browserify": {
Expand Down

0 comments on commit 8292d58

Please sign in to comment.