Browse Source

Merge pull request #88 from electron/upkeep

Use new electron version and clean up package.json
Zeke Sikelianos 9 years ago
parent
commit
9c73a9db22
1 changed files with 4 additions and 10 deletions
  1. 4 10
      package.json

+ 4 - 10
package.json

@@ -6,23 +6,17 @@
   "scripts": {
     "start": "electron ."
   },
-  "repository": {
-    "type": "git",
-    "url": "git+https://github.com/electron/electron-quick-start.git"
-  },
+  "repository": "https://github.com/electron/electron-quick-start",
   "keywords": [
     "Electron",
     "quick",
     "start",
-    "tutorial"
+    "tutorial",
+    "demo"
   ],
   "author": "GitHub",
   "license": "CC0-1.0",
-  "bugs": {
-    "url": "https://github.com/electron/electron-quick-start/issues"
-  },
-  "homepage": "https://github.com/electron/electron-quick-start#readme",
   "devDependencies": {
-    "electron": "^1.3.4"
+    "electron": "^1.4.1"
   }
 }