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.

Built from https://develop.svn.wordpress.org/branches/4.7@39368


git-svn-id: http://core.svn.wordpress.org/branches/4.7@39308 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2016-11-29 04:59:54 +00:00
parent a8ef25ce7b
commit 28ba2c0911
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.7-RC1-39366';
$wp_version = '4.7-RC1-39368';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.