From 79f552e69e4d798ed374d4e3f07b4cc11645f192 Mon Sep 17 00:00:00 2001 From: Max Ogden Date: Sat, 27 Feb 2016 12:52:39 -0800 Subject: [PATCH] rename mafintosh -> electron-userland --- npm/README.md | 3 +-- npm/package.json | 8 ++++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/npm/README.md b/npm/README.md index 877318eb6e9..1ab35eda2dd 100644 --- a/npm/README.md +++ b/npm/README.md @@ -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 diff --git a/npm/package.json b/npm/package.json index 166c9198d96..79bd6fce260 100644 --- a/npm/package.json +++ b/npm/package.json @@ -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" },