mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Added ember-cli-terser to ignoreDeps (#18921)
no issue - ember-cli-terser v4.0.2 has a regression that breaks our sourcemaps - In a previous commit, I reverted to v4.0.1, but I didn't add the package to ignoreDeps - This change is to prevent rennovate from upgrading to v4.0.2 again
This commit is contained in:
parent
78b1d130a9
commit
1382e34e42
1 changed files with 2 additions and 1 deletions
|
@ -61,7 +61,8 @@
|
|||
"validator",
|
||||
"codemirror",
|
||||
"faker",
|
||||
"ember-cli-code-coverage"
|
||||
"ember-cli-code-coverage",
|
||||
"ember-cli-terser"
|
||||
],
|
||||
"ignorePaths": [
|
||||
"test",
|
||||
|
|
Loading…
Add table
Reference in a new issue