Fixed `package.json` Data Type

The "private" key is supposed to be a
boolean.
This commit is contained in:
Christopher Allford 2022-05-06 11:54:21 -07:00
parent 635e3f6449
commit 871426decc
1 changed files with 1 additions and 1 deletions

View File

@ -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"