diff options
author | liam4 <towerofnix@gmail.com> | 2017-06-11 09:18:32 -0300 |
---|---|---|
committer | liam4 <towerofnix@gmail.com> | 2017-06-11 09:18:37 -0300 |
commit | 3ddae56a88e819a3f7cf07a6ec0efd3a90567fe6 (patch) | |
tree | 03555009d2a068b5142964af60805bfe52c1c89a | |
parent | bdfbef5355a38fcdb66f33f6953cc45ef417171c (diff) |
Rename play.js -> http-music.js
I'm not sure if it should maybe be index.js or main.js, though..?
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | package.json | 6 | ||||
-rwxr-xr-x | src/http-music.js (renamed from src/play.js) | 0 |
3 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md index 1a1b75a..bb7e53b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ $ node . # Go! ``` **Zomg command line arguments documentation????** — Yes; read the end of the -`play.js` file. There's a bunch of JS-comment-based documentation there. +`http-music.js` file. There's a bunch of JS-comment-based documentation there. There's actually three proper ways to run `http-music`: diff --git a/package.json b/package.json index dba3bd8..ad86e93 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { "name": "http-music", "version": "0.0.1", - "main": "src/play.js", + "main": "src/http-music.js", "scripts": { - "play": "node src/play.js", + "play": "node src/http-music.js", "crawl-http": "node src/crawl-http", "crawl-local": "node src/crawl-local" }, "bin": { - "http-music": "./src/play.js", + "http-music": "./src/http-music.js", "http-music-crawl-http": "./src/crawl-http.js", "http-music-crawl-local": "./src/crawl-local.js" }, diff --git a/src/play.js b/src/http-music.js index fee1b79..fee1b79 100755 --- a/src/play.js +++ b/src/http-music.js |