Skip to content

Commit

Permalink
test docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed May 20, 2011
1 parent f1c435e commit 31a8c7c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
10 changes: 10 additions & 0 deletions Readme.md
Expand Up @@ -76,6 +76,16 @@ Express 1.x is compatible with node 0.2.x and connect < 1.0.

Express 2.x is compatible with node 0.4.x and connect 1.x

## Running Tests

To run the test suite first invoke the following command within the repo, installing the development dependencies:

$ npm install

then run the tests:

$ make test

## License

(The MIT License)
Expand Down
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -15,14 +15,14 @@
"qs": ">= 0.0.6"
},
"devDependencies": {
"connect-form": "0.2.1"
, "ejs": "0.4.2"
, "expresso": "0.7.2"
, "hamljs": "0.5.1"
, "jade": "0.11.0"
, "jade": "0.13.0"
, "should": "0.2.1"
}
"connect-form": "0.2.1",
"ejs": "0.4.2",
"expresso": "0.7.2",
"hamljs": "0.5.1",
"jade": "0.11.0",
"stylus": "0.13.0",
"should": "0.2.1"
},
"keywords": ["framework", "sinatra", "web", "rest", "restful"],
"repository": "git://github.com/visionmedia/express",
"main": "index",
Expand Down

0 comments on commit 31a8c7c

Please sign in to comment.