mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-30 22:34:01 -05:00
Added monorepo
metadata to package.json
- we need this so our tooling can add new packages with the correct scope and visibility - this mimics the metadata used by Lerna
This commit is contained in:
parent
f132475ff9
commit
2f1844e7e9
1 changed files with 5 additions and 0 deletions
|
@ -9,6 +9,11 @@
|
|||
"workspaces": [
|
||||
"ghost/*"
|
||||
],
|
||||
"monorepo": {
|
||||
"public": false,
|
||||
"repo": "https://github.com/TryGhost/Ghost",
|
||||
"scope": "@tryghost"
|
||||
},
|
||||
"eslintIgnore": [
|
||||
"**/node_modules/**"
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue