Build tools:

- Remove `check-node-version` from package.json for now. Throws errors.
- Minor fixes to package-lock.json, `http` => `https`.

See #44246.
Built from https://develop.svn.wordpress.org/trunk@43322


git-svn-id: http://core.svn.wordpress.org/trunk@43150 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2018-06-28 02:19:33 +00:00
parent 6fd8080e7e
commit 87d1a3222b

View File

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