Merge pull request #88 from electron/upkeep

Use new electron version and clean up package.json
This commit is contained in:
Zeke Sikelianos 2016-10-05 20:21:09 -07:00 committed by GitHub
commit 9c73a9db22
1 changed files with 4 additions and 10 deletions

View File

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