mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user