update github urls
This commit is contained in:
parent
2791c70c7d
commit
86f9316ee0
2 changed files with 8 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# electron-prebuilt
|
# electron-prebuilt
|
||||||
|
|
||||||
[](http://travis-ci.org/mafintosh/electron-prebuilt)
|
[](http://travis-ci.org/electron-userland/electron-prebuilt)
|
||||||
[](http://dat-data.com/)
|
[](http://dat-data.com/)
|
||||||
|
|
||||||

|

|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"description": "Install electron (formerly called atom-shell) prebuilt binaries for command-line use using npm",
|
"description": "Install electron (formerly called atom-shell) prebuilt binaries for command-line use using npm",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/mafintosh/electron-prebuilt"
|
"url": "git+https://github.com/mafintosh/electron-prebuilt.git"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"cache-clean": "rm -rf ~/.electron && rm -rf dist",
|
"cache-clean": "rm -rf ~/.electron && rm -rf dist",
|
||||||
|
@ -31,5 +31,9 @@
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/mafintosh/electron-prebuilt/issues"
|
"url": "https://github.com/mafintosh/electron-prebuilt/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/mafintosh/electron-prebuilt"
|
"homepage": "https://github.com/mafintosh/electron-prebuilt",
|
||||||
}
|
"directories": {
|
||||||
|
"test": "test"
|
||||||
|
},
|
||||||
|
"keywords": []
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue