mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-29 13:52:10 +03:00
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:
parent
7f16533d4f
commit
1e54db2720
@ -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",
|
||||
|
@ -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==
|
||||
|
Loading…
Reference in New Issue
Block a user