Removed publicConfig from packages config

- this was leftover from the migration to the monorepo and won't be
  needed because we're not publishing the packages
This commit is contained in:
Daniel Lockyer 2022-07-20 17:49:52 +02:00
parent d3930b50ef
commit ed1bdac20c
No known key found for this signature in database
GPG Key ID: D21186F0B47295AD
3 changed files with 0 additions and 9 deletions

View File

@ -16,9 +16,6 @@
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@nexes/nql": "0.6.0",
"c8": "7.12.0",

View File

@ -16,9 +16,6 @@
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"mocha": "10.0.0",
"nock": "13.2.9",

View File

@ -16,9 +16,6 @@
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"mocha": "10.0.0",
"should": "13.2.3",