1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

upgrade electron(v1.3.6)

This commit is contained in:
Dick Choi
2016-09-22 20:15:38 +09:00
parent 2a6a2694d4
commit d1156f963d
2 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
GPL-3.0
Boostnote - the simplest note app Boostnote - the simplest note app
Copyright (C) 2016 MAISIN&CO. Copyright (C) 2016 MAISIN&CO.

View File

@@ -14,7 +14,7 @@
"test": "PWD=$(pwd) NODE_ENV=test ava" "test": "PWD=$(pwd) NODE_ENV=test ava"
}, },
"config": { "config": {
"electron-version": "1.2.8" "electron-version": "1.3.6"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
@@ -78,7 +78,7 @@
"devtron": "^1.1.0", "devtron": "^1.1.0",
"dom-storage": "^2.0.2", "dom-storage": "^2.0.2",
"electron-packager": "^6.0.0", "electron-packager": "^6.0.0",
"electron-prebuilt": "^1.2.8", "electron-prebuilt": "^1.3.6",
"faker": "^3.1.0", "faker": "^3.1.0",
"grunt": "^0.4.5", "grunt": "^0.4.5",
"grunt-electron-installer": "^1.2.0", "grunt-electron-installer": "^1.2.0",