mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
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:
parent
d3930b50ef
commit
ed1bdac20c
3 changed files with 0 additions and 9 deletions
|
@ -16,9 +16,6 @@
|
|||
"index.js",
|
||||
"lib"
|
||||
],
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nexes/nql": "0.6.0",
|
||||
"c8": "7.12.0",
|
||||
|
|
|
@ -16,9 +16,6 @@
|
|||
"index.js",
|
||||
"lib"
|
||||
],
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "10.0.0",
|
||||
"nock": "13.2.9",
|
||||
|
|
|
@ -16,9 +16,6 @@
|
|||
"index.js",
|
||||
"lib"
|
||||
],
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "10.0.0",
|
||||
"should": "13.2.3",
|
||||
|
|
Loading…
Add table
Reference in a new issue