Skip to content

Commit

Permalink
package.js: Added repository URL for npm submodule to work
Browse files Browse the repository at this point in the history
  • Loading branch information
errordeveloper committed Oct 5, 2011
1 parent 9a49995 commit c414b3d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Expand Up @@ -2,8 +2,12 @@
"name": "qs",
"description": "querystring parser",
"version": "0.3.1",
"repository": {},
"repository": {
"type" : "git",
"url" : "git://github.com/visionmedia/node-querystring.git"
},
"author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)",
"main": "index",
"engines": { "node": "*" }
"engines": { "node": "*" },
}
}

0 comments on commit c414b3d

Please sign in to comment.