rename mafintosh -> electron-userland

This commit is contained in:
Max Ogden 2016-02-27 12:52:39 -08:00
parent 86f9316ee0
commit 79f552e69e
2 changed files with 5 additions and 6 deletions

View file

@ -1,7 +1,6 @@
# 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)
@ -64,7 +63,7 @@ electron your-app/
## Related modules
- [electron-packager](https://github.com/maxogden/electron-packager) - package and distribute your electron app in OS executables (.app, .exe etc)
- [electron-packager](https://github.com/electron-userland/electron-packager) - package and distribute your electron app in OS executables (.app, .exe etc)
- [electron-builder](https://github.com/loopline-systems/electron-builder) - create installers for Windows and OS X. It's built to work together with electron-packager
- [menubar](https://github.com/maxogden/menubar) - high level way to create menubar desktop applications with electron

View file

@ -1,10 +1,10 @@
{
"name": "electron-prebuilt",
"version": "0.36.9",
"description": "Install electron (formerly called atom-shell) prebuilt binaries for command-line use using npm",
"description": "Install electron prebuilt binaries for the command-line use using npm",
"repository": {
"type": "git",
"url": "git+https://github.com/mafintosh/electron-prebuilt.git"
"url": "git+https://github.com/electron-userland/electron-prebuilt.git"
},
"scripts": {
"cache-clean": "rm -rf ~/.electron && rm -rf dist",
@ -29,9 +29,9 @@
"author": "Mathias Buus",
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/electron-prebuilt/issues"
"url": "https://github.com/electron-userland/electron-prebuilt/issues"
},
"homepage": "https://github.com/mafintosh/electron-prebuilt",
"homepage": "https://github.com/electron-userland/electron-prebuilt",
"directories": {
"test": "test"
},