Skip to content

Commit

Permalink
Added connect to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jul 27, 2010
1 parent 6234268 commit 7dce7a8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Readme.md
Expand Up @@ -16,7 +16,6 @@

npm:

$ npm install connect
$ npm install express

curl:
Expand Down
1 change: 0 additions & 1 deletion docs/guide.md
Expand Up @@ -7,7 +7,6 @@ curl:

npm:

$ npm install connect
$ npm install express

git clone, first update the submodules:
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -8,6 +8,7 @@
{ "name": "Aaron Heckmann", "email": "aaron.heckmann+github@gmail.com" },
{ "name": "Ciaran Jessup", "email": "ciaranj@gmail.com" }
],
"dependencies": { "connect": ">= 0.2.2" },
"keywords": ["framework", "sinatra", "web", "rest", "restful"],
"directories": { "lib": "./lib/express" },
"scripts": { "test": "make test" },
Expand Down

0 comments on commit 7dce7a8

Please sign in to comment.