Skip to content

Commit

Permalink
use specific version numbers for deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zaach committed Aug 27, 2012
1 parent 1f0b8e1 commit e78ab73
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions package.json
Expand Up @@ -33,14 +33,14 @@
"node": ">=0.4"
},
"dependencies": {
"JSONSelect": "*",
"JSONSelect": "0.4.0",
"reflect": "0.0.7",
"nomnom": "0.4.3"
},
"devDependencies": {
"test": "*",
"jison": "*",
"uglify-js": "*"
"test": "0.4.4",
"jison": "0.3.11",
"uglify-js": "1.3.3"
},
"scripts": {
"test": "node tests/all-tests.js"
Expand All @@ -49,6 +49,5 @@
"lib": "lib",
"bin": "./bin"
},
"homepage": "http://jison.org",
"optionalDependencies": {}
"homepage": "http://jison.org"
}

0 comments on commit e78ab73

Please sign in to comment.