Skip to content

Commit

Permalink
Add missing dependency on querystring
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Feb 27, 2015
1 parent d8b7834 commit e0a2765
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"description": "The core `url` packaged standalone for use with Browserify.",
"version": "0.10.2",
"dependencies": {
"punycode": "1.3.2"
"punycode": "1.3.2",
"querystring": "0.2.0"
},
"main": "./url.js",
"devDependencies": {
Expand Down

0 comments on commit e0a2765

Please sign in to comment.