PluginProbe
Update Control / trunk
Update Control vtrunk
trunk 1.0 1.1 1.1.1 1.1.2 1.1.3 1.2 1.2.1 1.3 1.3.1 1.3.2 1.4 1.5 1.5.1
update-control / package.json

package.json in Update Control trunk, at package.json

11 lines 419 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "update-control",
3 "version": "1.0.0",
4 "private": true,
5 "license": "GPL-2.0-or-later",
6 "description": "Build the WordPress.org distribution ZIP via @wordpress/scripts. The shipped plugin version lives in the PHP header and readme; this version field is a static placeholder required only because plugin-zip rejects a non-semver value.",
7 "scripts": {
8 "plugin-zip": "wp-scripts plugin-zip"
9 }
10 }
11