Files
meteor/scripts/dev-bundle-package.json
David Glasser d4feca7703 Upgrade semver to 4.1.0
I believe all the backwards-incompatible changes are to features we
don't use, like range expressions and the inc function.
2014-10-30 15:12:28 -07:00

11 lines
188 B
JSON

{
"name": "meteor-dev-bundle",
"version": "0.0.0",
"dependencies": {
"fibers": "1.0.1",
"underscore": "1.5.2",
"source-map-support": "0.2.8",
"semver": "4.1.0"
}
}