Explorar el Código

clean up package.json

Zeke Sikelianos hace 9 años
padre
commit
83bf489748
Se han modificado 1 ficheros con 3 adiciones y 9 borrados
  1. 3 9
      package.json

+ 3 - 9
package.json

@@ -6,22 +6,16 @@
   "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.4.1"
   }