update deps

Former-commit-id: 52a7f08d95
This commit is contained in:
mediaslav 2017-08-07 00:02:52 +03:00
parent 8be7e87509
commit d14c495951

View file

@ -4,13 +4,11 @@
"description": "draw.io desktop",
"main": "electron.js",
"scripts": {
"start": "electron ./draw.io/war",
"sync": "node ./sync.js",
"release": "build"
"start": "electron ."
},
"repository": {
"type": "git",
"url": "git@github.com:jgraph/drawio-desktop.git"
"url": "git+https://github.com/jgraph/draw.io.git"
},
"keywords": [
"draw.io",
@ -18,18 +16,17 @@
"flowchart",
"UML"
],
"author": "JGraph <support@draw.io>",
"license": "Apache-2.0",
"author": "JGraph",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/jgraph/drawio-desktop/issues"
"url": "https://github.com/jgraph/draw.io/issues"
},
"homepage": "https://github.com/jgraph/draw.io",
"dependencies": {
"electron-log": "^2.2.6",
"electron-updater": "^1.16.0"
"electron-updater": "^2.8.2"
},
"devDependencies": {
"electron": "^1.7.2",
"electron-builder": "^18.1.0"
"electron": "^1.6.12"
}
}