Skip to content

Commit

Permalink
Declare dependencies more sanely
Browse files Browse the repository at this point in the history
Workaround for #313
Related to form-data/form-data#10
  • Loading branch information
isaacs committed Sep 4, 2012
1 parent 90245d7 commit 7725b23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node_modules/form-data/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Expand Up @@ -11,6 +11,7 @@
{ "url" : "http://github.com/mikeal/request/issues" }
, "engines" : ["node >= 0.3.6"]
, "main" : "./main"
, "dependencies": { "form-data":"~0.0.3", "mime":"~1.2.7" }
, "bundleDependencies": ["form-data", "mime"]
, "scripts": { "test": "node tests/run.js" }
}

0 comments on commit 7725b23

Please sign in to comment.