From 986fbf541866af7e590f2e67f4cbab71f89e2cc8 Mon Sep 17 00:00:00 2001 From: Nate Goldman Date: Mon, 28 Mar 2016 13:50:27 -0700 Subject: [PATCH] app -> desktop --- package.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index add41026..2752744e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "webtorrent-app", + "name": "webtorrent-desktop", "description": "WebTorrent, the streaming torrent client. For OS X, Windows, and Linux.", "version": "0.1.1", "author": { @@ -8,7 +8,7 @@ "url": "http://feross.org" }, "bugs": { - "url": "https://github.com/feross/webtorrent-app/issues" + "url": "https://github.com/feross/webtorrent-desktop/issues" }, "dependencies": { "airplay-js": "guerrerocarlos/node-airplay-js", @@ -46,15 +46,17 @@ }, "homepage": "https://webtorrent.io", "keywords": [ + "desktop", "electron", - "electron-app" + "electron-app", + "webtorrent" ], "license": "MIT", "main": "index.js", "productName": "WebTorrent", "repository": { "type": "git", - "url": "git://github.com/feross/webtorrent-app.git" + "url": "git://github.com/feross/webtorrent-desktop.git" }, "scripts": { "clean": "node ./bin/clean.js", @@ -66,6 +68,6 @@ "update-authors": "./bin/update-authors.sh" }, "bin": { - "webtorrent-app": "./bin/cmd.js" + "webtorrent-desktop": "./bin/cmd.js" } }