Update version of Node.js and development dependencies in package.json

The new versions are the ones I test with.
redux
David Majda 13 years ago
parent 47969a2f61
commit fa1523b651

@ -15,11 +15,11 @@
"url": "http://github.com/dmajda/pegjs.git" "url": "http://github.com/dmajda/pegjs.git"
}, },
"devDependencies": { "devDependencies": {
"jake": ">= 0.1.10", "jake": ">= 0.1.22",
"uglify-js": ">= 0.0.5", "uglify-js": ">= 1.2.4",
"jshint": ">= 0.3.1" "jshint": ">= 0.5.5"
}, },
"engines": { "engines": {
"node": ">= 0.4.4" "node": ">= 0.6.6"
} }
} }

Loading…
Cancel
Save