Fixed symlinked themes missing from list

refs 9f695dc254

- see the referenced commit for context but this resolves symlinked
  themes missing from the list due to a bug in my refactor of
  `@tryghost/package-json`
- the original bump wasn't released yet so this doesn't need to be an emoji
  commit
This commit is contained in:
Daniel Lockyer 2022-04-01 14:14:50 +01:00
parent 7449490a54
commit 69b6ba7a68
No known key found for this signature in database
GPG Key ID: D21186F0B47295AD
2 changed files with 5 additions and 5 deletions

View File

@ -95,7 +95,7 @@
"@tryghost/mw-session-from-token": "0.1.28", "@tryghost/mw-session-from-token": "0.1.28",
"@tryghost/nodemailer": "0.3.17", "@tryghost/nodemailer": "0.3.17",
"@tryghost/nql": "0.9.0", "@tryghost/nql": "0.9.0",
"@tryghost/package-json": "1.0.17", "@tryghost/package-json": "1.0.18",
"@tryghost/promise": "0.1.15", "@tryghost/promise": "0.1.15",
"@tryghost/request": "0.1.20", "@tryghost/request": "0.1.20",
"@tryghost/root-utils": "0.3.12", "@tryghost/root-utils": "0.3.12",

View File

@ -2203,10 +2203,10 @@
"@tryghost/nql-lang" "^0.3.0" "@tryghost/nql-lang" "^0.3.0"
mingo "^2.2.2" mingo "^2.2.2"
"@tryghost/package-json@1.0.17": "@tryghost/package-json@1.0.18":
version "1.0.17" version "1.0.18"
resolved "https://registry.yarnpkg.com/@tryghost/package-json/-/package-json-1.0.17.tgz#adb21bb4a87f62f109b222837b5914613e00bac2" resolved "https://registry.yarnpkg.com/@tryghost/package-json/-/package-json-1.0.18.tgz#e9fb962362db19f1955a937739c04d172b85e4eb"
integrity sha512-mxDyx9QAIULTW/ycMrT+6yfDVk7IMgXnC1wviomBx3CSmY7eWHlb9gONHQX4BUmOxcqgChkhjuc8OdYgcVnQ0w== integrity sha512-tFREcOccnjfVrSAP08D2s5iUqRyvQK9XzwN2eeZPA+epVkopeTyddPnL/ALV+/4+xkXiS/JN3sSz1tom47+9iA==
dependencies: dependencies:
"@tryghost/errors" "^1.2.1" "@tryghost/errors" "^1.2.1"
"@tryghost/tpl" "^0.1.5" "@tryghost/tpl" "^0.1.5"