mirror of
https://github.com/woocommerce/woocommerce.git
synced 2025-08-18 10:21:16 +08:00
Fixed package.json
Data Type
The "private" key is supposed to be a boolean.
This commit is contained in:
parent
635e3f6449
commit
871426decc
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
"name": "@woocommerce/e2e-builds",
|
||||
"version": "0.1.0",
|
||||
"description": "Utility build files for e2e packages",
|
||||
"private": "true",
|
||||
"private": true,
|
||||
"main": "build.js",
|
||||
"bin": {
|
||||
"e2e-builds": "./build.js"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue