Privatized Plugin Packages
This commit is contained in:
parent
df32d8e967
commit
4c0f4f1e5b
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@woocommerce/plugin-woo-ai",
|
"name": "@woocommerce/plugin-woo-ai",
|
||||||
|
"private": true,
|
||||||
"description": "Implementing WooCommerce AI Experiments.",
|
"description": "Implementing WooCommerce AI Experiments.",
|
||||||
"license": "GPL-2.0",
|
"license": "GPL-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
"private": true,
|
||||||
"name": "@woocommerce/plugin-woocommerce-beta-tester",
|
"name": "@woocommerce/plugin-woocommerce-beta-tester",
|
||||||
"description": "Setting up the local beta tester scripts.",
|
"description": "Setting up the local beta tester scripts.",
|
||||||
"license": "GPL-2.0",
|
"license": "GPL-2.0",
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@woocommerce/plugin-woocommerce-docs",
|
"name": "@woocommerce/plugin-woocommerce-docs",
|
||||||
|
"private": true,
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "WooCommerce Docs Plugin",
|
"description": "WooCommerce Docs Plugin",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@woocommerce/plugin-woocommerce",
|
"name": "@woocommerce/plugin-woocommerce",
|
||||||
|
"private": true,
|
||||||
"title": "WooCommerce",
|
"title": "WooCommerce",
|
||||||
"version": "8.3.0",
|
"version": "8.3.0",
|
||||||
"homepage": "https://woo.com/",
|
"homepage": "https://woo.com/",
|
||||||
|
|
Loading…
Reference in New Issue