Skip to content

Commit

Permalink
Updated package.json before npm submission
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin Gourlay committed Jun 24, 2010
1 parent 4d35e86 commit 82413ae
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name" : "jimi",
"version" : "0.0.1",
"description" : "javascript web framework",
"version" : "0.0.2",
"description" : "Web development framework for node.js",
"maintainers": [
{
"name": "Colin Gourlay",
Expand All @@ -18,19 +18,12 @@
"directories" : { "lib" : "./lib" },
"main" : "./lib/jimi",
"overlay" : {
"node" : {
"name" : "jimi",
"description" : "javascript web framework"
},
"npm" : {
"version" : "0.0.1",
"description" : "javascript web framework",
"version" : "0.0.2",
"description" : "Web development framework for node.js",
"engines" : [
"node >=0.1.95"
]
},
"narwhal" : {
"description" : "javascript web framework"
}
}
}

0 comments on commit 82413ae

Please sign in to comment.