Skip to content

Commit

Permalink
version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felixge committed Apr 13, 2011
1 parent 5d98e9c commit d07bc76
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions package.json
@@ -1,6 +1,14 @@
{ "name" : "formidable",
"version": "0.9.11",
"dependencies": {"gently": ">=0.7.0"},
"directories" : { "lib" : "./lib/formidable" },
"main" : "./lib/formidable/index"
}
{
"name": "formidable",
"version": "1.0.0",
"dependencies": {
"gently": ">=0.7.0"
},
"directories": {
"lib": "./lib/formidable"
},
"main": "./lib/formidable/index",
"engines": {
"node": "*"
}
}

0 comments on commit d07bc76

Please sign in to comment.