Skip to content
This repository has been archived by the owner on Dec 4, 2019. It is now read-only.

Commit

Permalink
Fix issue #34 by specifying dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
markdalgleish committed Jun 22, 2012
1 parent 3becc8f commit 0a1874b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -13,17 +13,17 @@
"node": ">=v0.4.9"
},
"dependencies": {
"dnode-protocol": "*",
"dnode": "*",
"express": "*"
"dnode-protocol": "~0.2.2",
"dnode": "~0.9.12",
"express": "~3.0.0"
},
"devDependencies": {
"browserify": "*",
"traverse": "*",
"coffee-script": "*",
"temp": "*",
"ps-tree": "*",
"vows": "*"
"browserify": "~1.13.0",
"traverse": "~0.6.3",
"coffee-script": "~1.3.3",
"temp": "~0.4.0",
"ps-tree": "~0.0.2",
"vows": "~0.6.2"
},
"licenses": {
"type": "MIT",
Expand Down

0 comments on commit 0a1874b

Please sign in to comment.