Build/Test Tools: Revert an accidental change to Node dependencies.

See #47380

Built from https://develop.svn.wordpress.org/trunk@45446


git-svn-id: http://core.svn.wordpress.org/trunk@45257 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2019-05-26 19:37:51 +00:00
parent 27365c4ec4
commit ead1a54576
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.3-alpha-45445';
$wp_version = '5.3-alpha-45446';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.