diff options
author | Florrie <towerofnix@gmail.com> | 2018-12-23 00:55:50 -0400 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2018-12-23 00:55:50 -0400 |
commit | e9f59f4abf374f29e36ac2037af57270280f80ac (patch) | |
tree | 85332cf5bf5f7d83ec32999937d52eb320006811 | |
parent | c732ebe5b6736d76439093b6bffff6e5f198a0c9 (diff) |
Fill in package.json
-rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index b3855ac..dae7b6b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "music-ui", - "version": "1.0.0", - "description": "", + "name": "mtui", + "version": "0.0.1", + "description": "Music Text User Interface - user-friendly command line music player", "main": "index.js", "bin": { "mtui": "./index.js" |