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
|
||||
|
||||
[](http://travis-ci.org/mafintosh/electron-prebuilt)
|
||||
[](http://travis-ci.org/electron-userland/electron-prebuilt)
|
||||
[](http://dat-data.com/)
|
||||
|
||||

|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"description": "Install electron (formerly called atom-shell) prebuilt binaries for command-line use using npm",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/mafintosh/electron-prebuilt"
|
||||
"url": "git+https://github.com/mafintosh/electron-prebuilt.git"
|
||||
},
|
||||
"scripts": {
|
||||
"cache-clean": "rm -rf ~/.electron && rm -rf dist",
|
||||
|
@ -31,5 +31,9 @@
|
|||
"bugs": {
|
||||
"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
Reference in a new issue