Skip to content

Commit

Permalink
v0.2.1; added keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
danb235 committed Jan 15, 2015
1 parent e7d9ce8 commit 3f5356a
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
"preferGlobal": true,
"main": "index",
"name": "mediatidy",
"description": "Keep your media nice and tidy!",
"version": "0.2.0",
"description": "A simple CLI tool to keep your media nice and tidy!",
"version": "0.2.1",
"author": "Daniel Bohannon <[email protected]>",
"repository": {
"type": "git",
"url": "[email protected]:tkdan235/mediatidy.git"
Expand All @@ -15,6 +16,13 @@
"bin": "bin",
"lib": "lib"
},
"keywords": [
"cli",
"tidy",
"organize",
"tv shows",
"movies"
],
"dependencies": {
"async": "^0.9.0",
"coffee-script": "^1.8.0",
Expand Down

0 comments on commit 3f5356a

Please sign in to comment.