diff --git a/npm/README.md b/npm/README.md index c40ed94a1859..877318eb6e9b 100644 --- a/npm/README.md +++ b/npm/README.md @@ -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) diff --git a/npm/package.json b/npm/package.json index 128467b83563..166c9198d96a 100644 --- a/npm/package.json +++ b/npm/package.json @@ -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" -} \ No newline at end of file + "homepage": "https://github.com/mafintosh/electron-prebuilt", + "directories": { + "test": "test" + }, + "keywords": [] +}