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:
parent
f59b88967b
commit
f8939fb344
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
],
|
||||
"monorepo": {
|
||||
"public": false,
|
||||
"internalPackages": true,
|
||||
"repo": "https://github.com/TryGhost/Ghost",
|
||||
"scope": "@tryghost"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue