Skip to content

Commit

Permalink
add "methods" dep
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jun 26, 2012
1 parent 58d1611 commit c49e228
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 32 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Module dependencies.
*/

var methods = require('./lib/methods')
var methods = require('methods')
, Test = require('./lib/test')
, http = require('http');

Expand Down
30 changes: 0 additions & 30 deletions lib/methods.js

This file was deleted.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"test": "make test"
},
"dependencies": {
"superagent": "0.5.0"
"superagent": "0.5.0",
"methods": "0.0.1"
},
"devDependencies": {
"mocha": "*",
Expand Down

0 comments on commit c49e228

Please sign in to comment.