Skip to content

Commit

Permalink
0.1.1 adds keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
thlorenz committed Dec 8, 2013
1 parent c073ad3 commit 940c36c
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mutiny",
"version": "0.1.0",
"version": "0.1.1",
"description": "Recursively mutates files in a given directory.",
"main": "index.js",
"bin": {
Expand Down Expand Up @@ -31,7 +31,14 @@
"tap": "~0.4.3"
},
"keywords": [
"transform", "mutate", "rename", "template", "generate", "scaffold", "directory", "project"
"transform",
"mutate",
"rename",
"template",
"generate",
"scaffold",
"directory",
"project"
],
"author": {
"name": "Thorsten Lorenz",
Expand Down

0 comments on commit 940c36c

Please sign in to comment.