Skip to content

Commit 3692f4b

Browse files
committed
Copy formatter-pretty dependencies to package.json as devDependencies to get tests passing under pnpm.
1 parent 08bb527 commit 3692f4b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
"ajv": "8.17.1",
9090
"ava": "6.2.0",
9191
"c8": "10.1.3",
92+
"chalk": "5.4.1",
9293
"cpy": "11.1.0",
9394
"cpy-cli": "5.0.0",
9495
"del": "8.0.0",
@@ -107,7 +108,8 @@
107108
"markdownlint-cli2-formatter-template": "0.0.2",
108109
"markdownlint-rule-extended-ascii": "0.1.0",
109110
"nano-spawn": "0.2.0",
110-
"npm-run-all": "4.1.5"
111+
"npm-run-all": "4.1.5",
112+
"terminal-link": "3.0.0"
111113
},
112114
"keywords": [
113115
"markdown",

0 commit comments

Comments
 (0)