Commit Graph

2 Commits

Author SHA1 Message Date
Andrew Nacin 8955cbe08a Build: Remove fsevents from npm-shrinkwrap.json
fsevents is macOS only, and npm-shrinkwrap tries to force it onto other architectures, causing build failures. Upstream: https://github.com/npm/npm/issues/2679.

fixes #38657 for the 4.7 branch.


git-svn-id: https://develop.svn.wordpress.org/branches/4.7@39368 602fd350-edb4-49c9-b593-d223f7449a82
2016-11-29 04:02:23 +00:00
Dominik Schilling (ocean90) aac2bd2b9a Build/Test Tools: Add npm-shrinkwrap.json to 4.7.
By shrinkwraping our dependencies, the same versions of everything will be installed no matter what rules the dependency package.json has specified.

Fixes #38657.

git-svn-id: https://develop.svn.wordpress.org/branches/4.7@39358 602fd350-edb4-49c9-b593-d223f7449a82
2016-11-24 21:43:07 +00:00