Moved @tryghost/tpl to dependencies

refs 971ac479dc

- `@tryghost/tpl` was accidentally placed in `devDependencies` but
  Ghost needs this to run so it would cause Ghost-CLI to fail when it
  only installs `dependencies`
- this commit moves the dependency to `dependencies`
- also pins the dependency to `0.1.0`
This commit is contained in:
Daniel Lockyer 2021-06-09 13:48:32 +01:00
parent 7f16533d4f
commit 1e54db2720
No known key found for this signature in database
GPG Key ID: D21186F0B47295AD
2 changed files with 2 additions and 2 deletions

View File

@ -69,6 +69,7 @@
"@tryghost/session-service": "0.1.22",
"@tryghost/social-urls": "0.1.24",
"@tryghost/string": "0.1.19",
"@tryghost/tpl": "0.1.0",
"@tryghost/update-check-service": "0.1.0",
"@tryghost/url-utils": "1.1.4",
"@tryghost/vhost-middleware": "1.0.14",
@ -150,7 +151,6 @@
},
"devDependencies": {
"@lodder/grunt-postcss": "3.0.1",
"@tryghost/tpl": "^0.1.0",
"coffeescript": "2.5.1",
"cssnano": "5.0.5",
"eslint": "7.28.0",

View File

@ -864,7 +864,7 @@
dependencies:
unidecode "^0.1.8"
"@tryghost/tpl@^0.1.0":
"@tryghost/tpl@0.1.0":
version "0.1.0"
resolved "https://registry.yarnpkg.com/@tryghost/tpl/-/tpl-0.1.0.tgz#85eb583b593d3925ea894eda330d5de551b911cd"
integrity sha512-zfsUCgyD62pkW01AzB0bksF8jzvk+Bt6RuYa46jUfAhD+LnDfkAPvaNqaYK8TV+dinnRPmwh0j20PJTeTayAqg==