0
Fork 0
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:
Daniel Lockyer 2022-08-02 12:30:15 +02:00
parent f132475ff9
commit 2f1844e7e9
No known key found for this signature in database
GPG key ID: D21186F0B47295AD

View file

@ -9,6 +9,11 @@
"workspaces": [
"ghost/*"
],
"monorepo": {
"public": false,
"repo": "https://github.com/TryGhost/Ghost",
"scope": "@tryghost"
},
"eslintIgnore": [
"**/node_modules/**"
],