Skip to content

Commit

Permalink
Updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed May 31, 2010
1 parent 8b1fcd4 commit 7ad0803
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -87,7 +87,7 @@ Run individual suites:
...

The latest release of Express is compatible with node --version:
v0.1.96
v0.1.97

With _EDGE_ Express we do our best to keep up to date with node's _EDGE_

Expand Down
6 changes: 3 additions & 3 deletions package.json
@@ -1,14 +1,14 @@
{
"name": "Express",
"description": "Sinatra inspired web development framework",
"version": "0.11.0",
"version": "0.12.0",
"keywords": ["framework", "sinatra", "web", "rest", "restful"],
"directories": {
"lib": "lib"
"lib": "./lib"
},
"scripts": {
"install": "git submodule update --init",
"test": "make test"
},
"engines": { "node": ">= 0.1.93" }
"engines": { "node": ">= 0.1.97" }
}

0 comments on commit 7ad0803

Please sign in to comment.