Skip to content

Commit

Permalink
chore(cli): remove the attempt to use chalk as a workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceanis committed Feb 23, 2023
1 parent fc0aca4 commit 85041ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
8 changes: 4 additions & 4 deletions jest.config.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import path from "path";
import { createRequire } from 'module';

const chalkPath = (await import.meta.resolve("chalk"))
// import path from "path";
// import { createRequire } from 'module';
//
// const chalkPath = (await import.meta.resolve("chalk"))

export default {
"moduleFileExtensions": [
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"@types/uuid": "^9.0.0",
"blakejs": "^1.2.1",
"caip": "^1.1.0",
"chalk": "^5.2.0",
"credential-status": "^2.0.5",
"cross-env": "7.0.3",
"did-jwt": "^6.11.0",
Expand Down
2 changes: 0 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 85041ef

Please sign in to comment.