Skip to content

Commit 26c9313

Browse files
committed
refactor(inquirerer): move string-width to devDependencies
string-width is only used by the AI code demo in dev/ai/, which is not bundled with the published package. Moving it to devDependencies ensures consumers don't install it unnecessarily.
1 parent 174bbf7 commit 26c9313

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/inquirerer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939
"find-and-require-package-json": "workspace:*",
4040
"js-yaml": "^4.1.0",
4141
"minimist": "^1.2.8",
42-
"string-width": "4.2.3",
4342
"yanse": "workspace:*"
4443
},
4544
"keywords": [],
4645
"devDependencies": {
4746
"@types/minimist": "^1.2.5",
4847
"clean-ansi": "workspace:*",
49-
"makage": "0.1.8"
48+
"makage": "0.1.8",
49+
"string-width": "4.2.3"
5050
}
5151
}

0 commit comments

Comments
 (0)