Skip to content

Commit

Permalink
Trying version 11.2.4 of electron-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
engelgabriel committed Jan 11, 2017
1 parent f430a66 commit 24af81b
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "rocketchat",
"productName": "Rocket.Chat+",
"description": "Rocket.Chat Native Cross-Platform Desktop Application via Electron.",
"version": "2.1.0",
"version": "2.2.0-develop",
"author": "Rocket.Chat Support <support@rocket.chat>",
"copyright": "© 2016, Rocket.Chat",
"homepage": "http://example.com",
Expand Down Expand Up @@ -47,7 +47,7 @@
"e2e": "mocha app/e2e.js.autogenerated --require source-map-support/register"
},
"dependencies": {
"fs-jetpack": "^0.10.2",
"fs-jetpack": "^0.10.5",
"@paulcbetts/system-idle-time": "^1.0.4",
"electron-notification-shim": "^1.1.0",
"electron-toaster": "^2.0.2",
Expand All @@ -56,21 +56,21 @@
},
"devDependencies": {
"chai": "^3.5.0",
"electron": "^1.4.7",
"electron-builder": "^8.6.0",
"electron-mocha": "^3.0.0",
"gulp": "^3.9.0",
"electron": "^1.4.14",
"electron-builder": "^11.2.4",
"electron-mocha": "^3.3.0",
"gulp": "^3.9.1",
"gulp-batch": "^1.0.5",
"gulp-less": "^3.0.3",
"gulp-less": "^3.3.0",
"gulp-plumber": "^1.1.0",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.5",
"istanbul": "^0.4.3",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.11",
"istanbul": "^0.4.5",
"minimist": "^1.2.0",
"mocha": "^3.0.2",
"rollup": "^0.36.3",
"mocha": "^3.2.0",
"rollup": "^0.41.1",
"rollup-plugin-istanbul": "^1.1.0",
"source-map-support": "^0.4.2",
"spectron": "^3.3.0"
"source-map-support": "^0.4.8",
"spectron": "^3.4.1"
}
}

0 comments on commit 24af81b

Please sign in to comment.