Skip to content

Commit

Permalink
Specify explicit dependency on npm to avoid installing earlier version
Browse files Browse the repository at this point in the history
The cordova dependency pulled in npm 1.3.4, which apparently has a bug
reading npm-shrinkwrap.json with tarball dependencies.
  • Loading branch information
martijnwalraven committed Jul 23, 2015
1 parent 6038c8d commit fa38fac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/dev-bundle-tool-package.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit fa38fac

Please sign in to comment.