chore: fix missing dep on master (#3310)

* Update dist-tags.ts

* Update ci.yml

* chore: fix missing dep on master

* chore: fix missing dep on master
This commit is contained in:
Juan Picado 2022-08-19 08:03:14 +02:00 committed by GitHub
parent a3a209b5e2
commit f42db638eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ jobs:
name: setup verdaccio
services:
verdaccio:
image: verdaccio/verdaccio:nightly-master
image: verdaccio/verdaccio:5
ports:
- 4873:4873
steps:

View File

@ -1,4 +1,4 @@
import { black, blue, cyan, green, magenta, red, white, yellow } from 'kleur';
import { black, blue, cyan, green, magenta, red, white, yellow } from 'colorette';
export type LogLevel = 'trace' | 'debug' | 'info' | 'http' | 'warn' | 'error' | 'fatal';