0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2024-12-30 22:34:01 -05:00

Added internalPackages metadata entry to package.json

- our internal tooling needs to know when to add LICENSE files
- unfortunately, setting a package to private gives it a LICENSE file of
  a closed source app, which is not the case here
- my MVP solution is just to add a key here so I can detect it in Slimer
This commit is contained in:
Daniel Lockyer 2022-08-02 15:30:27 +02:00
parent f59b88967b
commit f8939fb344
No known key found for this signature in database
GPG key ID: D21186F0B47295AD

View file

@ -11,6 +11,7 @@
],
"monorepo": {
"public": false,
"internalPackages": true,
"repo": "https://github.com/TryGhost/Ghost",
"scope": "@tryghost"
},