diff --git a/Readme.md b/Readme.md index 9ea3409898..f133c08a42 100644 --- a/Readme.md +++ b/Readme.md @@ -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) diff --git a/package.json b/package.json index 0e805f7f3e..a29785f0a0 100644 --- a/package.json +++ b/package.json @@ -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",