Specify explicit dependency on npm to avoid installing earlier version

The cordova dependency pulled in npm 1.3.4, which apparently has a bug
reading npm-shrinkwrap.json with tarball dependencies.
This commit is contained in:
Martijn Walraven
2015-07-23 14:55:41 -07:00
parent 6038c8dc00
commit fa38facc83

View File

@@ -20,6 +20,7 @@ var packageJson = {
// Version is not important but is needed to prevent warnings.
version: "0.0.0",
dependencies: {
npm: "1.4.28",
fibers: fibersVersion,
"meteor-babel": "0.4.4",
"meteor-promise": "0.4.0",