Add npm-shrinkwrap.json for 4.4

By shrinkwraping our dependencies, the same versions of everything will be installed no matter what rules the dependency package.json has specificed.

See #30787
props nacin, ocean90, netweb

Built from https://develop.svn.wordpress.org/branches/4.4@36165


git-svn-id: http://core.svn.wordpress.org/branches/4.4@36131 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Aaron Jorbin 2016-01-03 22:37:26 +00:00
parent fb82faaac6
commit 001e5d3951
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4.1-alpha-36164';
$wp_version = '4.4.1-alpha-36165';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.