chore(core): properly add strip-ansi to dependencies for workspace

This commit is contained in:
James Henry 2021-09-17 13:55:34 +04:00 committed by Victor Savkin
parent 4956ebea9f
commit 31a9bff5b0
2 changed files with 1 additions and 1 deletions

View File

@ -71,6 +71,7 @@
"open": "^7.4.2",
"rxjs": "^6.5.4",
"semver": "7.3.4",
"strip-ansi": "6.0.0",
"tmp": "~0.2.1",
"yargs": "15.4.1",
"yargs-parser": "20.0.0",

View File

@ -85,7 +85,6 @@ const IGNORE_MATCHES = {
'karma-coverage-istanbul-reporter',
'karma-jasmine',
'karma-jasmine-html-reporter',
'strip-ansi',
'webpack',
'webpack-dev-server',
],