Skip to content

Commit 5cd1b94

Browse files
committed
chore: remove unused dev dependencies
1 parent 78f2a0d commit 5cd1b94

File tree

3 files changed

+5
-249
lines changed

3 files changed

+5
-249
lines changed

packages/excel-builder-vanilla-types/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@
3838
"./package.json": "./package.json"
3939
},
4040
"sideEffects": false,
41+
"scripts": {
42+
"are-type-wrong": "pnpx @arethetypeswrong/cli --pack ."
43+
},
4144
"funding": {
4245
"type": "ko_fi",
4346
"url": "https://ko-fi.com/ghiscoding"

packages/excel-builder-vanilla/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,20 +49,19 @@
4949
"url": "https://ko-fi.com/ghiscoding"
5050
},
5151
"scripts": {
52+
"are-type-wrong": "pnpx @arethetypeswrong/cli --pack .",
5253
"clean": "rimraf dist ../excel-builder-vanilla-types/dist",
5354
"dev:init": "vite build",
5455
"dev": "vite build --watch",
5556
"build": "pnpm clean && vite build && pnpm build:dts && pnpm clone:dts && pnpm copy:types",
5657
"build:dts": "dts-bundle-generator -o dist/index.d.ts src/index.ts",
5758
"clone:dts": "node clone-dts.mjs",
58-
"copy:types": "node copy-types.mjs",
59-
"are-type-wrong": "attw --pack ."
59+
"copy:types": "node copy-types.mjs"
6060
},
6161
"dependencies": {
6262
"fflate": "^0.8.2"
6363
},
6464
"devDependencies": {
65-
"@arethetypeswrong/cli": "^0.16.4",
6665
"copyfiles": "^2.4.1",
6766
"dts-bundle-generator": "^9.5.1",
6867
"typescript": "^5.6.3",

0 commit comments

Comments
 (0)