Skip to content

Commit f5b5f9a

Browse files
committed
chore: remove unnecessary attw dev dep
- let's just keep a simple pnpx instead of installing `@arethetypeswrong/cli` completely
1 parent d962d5a commit f5b5f9a

File tree

2 files changed

+57
-316
lines changed

2 files changed

+57
-316
lines changed

packages/multiple-select-vanilla/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"url": "https://ko-fi.com/ghiscoding"
5656
},
5757
"scripts": {
58-
"are-types-wrong": "attw --pack .",
58+
"are-types-wrong": "pnpx @arethetypeswrong/cli --pack .",
5959
"clean": "rimraf dist",
6060
"build": "pnpm build:all && pnpm build:types:prod && pnpm clone:dts",
6161
"postbuild": "pnpm sass:build && pnpm sass:copy",
@@ -76,7 +76,6 @@
7676
"@types/trusted-types": "^2.0.7"
7777
},
7878
"devDependencies": {
79-
"@arethetypeswrong/cli": "^0.16.4",
8079
"autoprefixer": "^10.4.20",
8180
"copyfiles": "^2.4.1",
8281
"cross-env": "^7.0.3",

0 commit comments

Comments
 (0)