mirror of
https://github.com/electron/electron.git
synced 2026-01-31 10:18:13 -05:00
add missing fields
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
"name": "atom-shell",
|
||||
"version": "1.0.0",
|
||||
"description": "Install atom-shell prebuilts using npm",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/mafintosh/atom-shell"
|
||||
},
|
||||
"scripts": {
|
||||
"install": "./install.js"
|
||||
},
|
||||
@@ -15,5 +19,9 @@
|
||||
},
|
||||
"devDependencies": {},
|
||||
"author": "Mathias Buus",
|
||||
"license": "MIT"
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/mafintosh/atom-shell/issues"
|
||||
},
|
||||
"homepage": "https://github.com/mafintosh/atom-shell"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user