Skip to content

Commit 3f5356a

Browse files
committed
v0.2.1; added keywords
1 parent e7d9ce8 commit 3f5356a

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

package.json

+10-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
"preferGlobal": true,
33
"main": "index",
44
"name": "mediatidy",
5-
"description": "Keep your media nice and tidy!",
6-
"version": "0.2.0",
5+
"description": "A simple CLI tool to keep your media nice and tidy!",
6+
"version": "0.2.1",
7+
"author": "Daniel Bohannon <[email protected]>",
78
"repository": {
89
"type": "git",
910
"url": "[email protected]:tkdan235/mediatidy.git"
@@ -15,6 +16,13 @@
1516
"bin": "bin",
1617
"lib": "lib"
1718
},
19+
"keywords": [
20+
"cli",
21+
"tidy",
22+
"organize",
23+
"tv shows",
24+
"movies"
25+
],
1826
"dependencies": {
1927
"async": "^0.9.0",
2028
"coffee-script": "^1.8.0",

0 commit comments

Comments
 (0)