Added public publish config

This commit is contained in:
Greg 2021-12-03 11:28:54 -07:00
parent 313d40d396
commit 73f4729586
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@
"postman-collection": "^4.1.0",
"supertest": "^6.1.4"
},
"publishConfig": {
"access": "public"
},
"bin": {
"wc-api-tests": "bin/wc-api-tests.sh"
}