Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dpup committed Apr 4, 2011
1 parent 872c0c4 commit bf6e0d2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name" : "flags",
"version" : "0.1",
"version" : "0.1.0",
"description" : "Flag library for node.js",
"keywords" : ["flag", "args", "command line"],
"repository" : {
Expand All @@ -13,5 +13,6 @@
"email" : "dan@pupi.us",
"url" : "http://pupius.co.uk"
},
"main" : "./lib/flags.js"
"main" : "./lib/flags.js",
"directories": {"lib": "./lib"}
}

0 comments on commit bf6e0d2

Please sign in to comment.