Skip to content

Commit

Permalink
fix: use @heroku-cli/color
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 2, 2018
1 parent 188debd commit 5584f1e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -23,7 +23,7 @@
"@anycli/config": "^0.2.11",
"@anycli/engine": "^0.1.46",
"@anycli/plugin-version": "^0.1.19",
"@anycli/test": "^0.10.2",
"@anycli/test": "^0.10.3",
"@anycli/tslint": "^0.2.2",
"@anycli/version-plugin": "^0.1.18",
"@types/chai": "^4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion test/hooks/not_found.test.ts
@@ -1,5 +1,5 @@
import {test} from '@anycli/test'
import chalk from 'chalk'
import chalk from '@heroku-cli/color'

chalk.enabled = false

Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Expand Up @@ -64,9 +64,9 @@
version "0.0.3"
resolved "https://registry.yarnpkg.com/@anycli/screen/-/screen-0.0.3.tgz#f0afd970c3ed725702948a45a874ede1fdd9362e"

"@anycli/test@^0.10.2":
version "0.10.2"
resolved "https://registry.yarnpkg.com/@anycli/test/-/test-0.10.2.tgz#59019ff864dcb431e07bfa16659fa4d64fc8be4b"
"@anycli/test@^0.10.3":
version "0.10.3"
resolved "https://registry.yarnpkg.com/@anycli/test/-/test-0.10.3.tgz#f0179c6407f7a4a71893bd1ded95a0669b20ea31"
dependencies:
fancy-test "^0.6.6"
lodash "^4.17.4"
Expand Down

0 comments on commit 5584f1e

Please sign in to comment.