Skip to content

Commit

Permalink
Move package-json-resolver to dependencies from devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mixu committed Aug 2, 2012
1 parent deec709 commit c5189c3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Expand Up @@ -17,8 +17,10 @@
"package"
],
"main": "lib/glue.js",
"devDependencies": {
"mocha": "1.x",
"dependencies": {
"package-json-resolver": "git://github.com/mixu/package-json-resolver.git#master"
},
"devDependencies": {
"mocha": "1.x"
}
}

0 comments on commit c5189c3

Please sign in to comment.