David Benson пре 8 година
родитељ
комит
9bf4bf4ad4
1 измењених фајлова са 6 додато и 9 уклоњено
  1. 6 9
      war/package.json

+ 6 - 9
war/package.json

@@ -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,7 +16,7 @@
     "flowchart",
     "UML"
   ],
-  "author": "JGraph <support@draw.io>",
+  "author": "JGraph",
   "license": "Apache-2.0",
   "bugs": {
     "url": "https://github.com/jgraph/drawio-desktop/issues"
@@ -26,10 +24,9 @@
   "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"
   }
-}
+}