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
|
||||
|
||||
[![build status](http://img.shields.io/travis/mafintosh/electron-prebuilt.svg?style=flat)](http://travis-ci.org/mafintosh/electron-prebuilt)
|
||||
[![build status](http://img.shields.io/travis/electron-userland/electron-prebuilt.svg?style=flat)](http://travis-ci.org/electron-userland/electron-prebuilt)
|
||||
[![dat](http://img.shields.io/badge/Development%20sponsored%20by-dat-green.svg?style=flat)](http://dat-data.com/)
|
||||
|
||||
![badge](https://nodei.co/npm/electron-prebuilt.png?downloads=true)
|
||||
|
|
|
@ -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…
Reference in a new issue