« get me outta code hell

Rename play.js -> http-music.js - http-music - Command-line music player + utils (not a server!)
about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorliam4 <towerofnix@gmail.com>2017-06-11 09:18:32 -0300
committerliam4 <towerofnix@gmail.com>2017-06-11 09:18:37 -0300
commit3ddae56a88e819a3f7cf07a6ec0efd3a90567fe6 (patch)
tree03555009d2a068b5142964af60805bfe52c1c89a /package.json
parentbdfbef5355a38fcdb66f33f6953cc45ef417171c (diff)
Rename play.js -> http-music.js
I'm not sure if it should maybe be index.js or main.js, though..?
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
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"
   },