From d8f97c3b58c8e5deb18364a30dbf392d550776ff Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Fri, 25 Mar 2016 04:07:31 -0700 Subject: [PATCH] put package.json name back to webtorrent-app webtorrent-www relies on this name. I originally changed it because I thought the windows install builder was using it, but I pass all the options into that explicitly now, and even pass an option to prevent it from using package.json, so this should be okay. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 509b2da7..4b0574a2 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "WebTorrent", + "name": "webtorrent-app", "description": "WebTorrent, the streaming torrent client. For OS X, Windows, and Linux.", "version": "0.1.0", "author": {