Skip to content

Commit 02b538d

Browse files
committed
fix: add @types/when to the optional dependencies due to .d.ts files
1 parent 6d4651c commit 02b538d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,15 @@
8282
"node-wget-fetch": "^1.1.3",
8383
"when": "^3.7.8"
8484
},
85+
"optionalDependencies": {
86+
"@types/when": "^2.4.34"
87+
},
8588
"devDependencies": {
8689
"@types/chai": "^4.3.3",
8790
"@types/fs-extra": "^9.0.13",
8891
"@types/minimist": "1.2.2",
8992
"@types/mocha": "^9.1.1",
9093
"@types/node": "^18.7.12",
91-
"@types/when": "^2.4.34",
9294
"chai": "^4.3.6",
9395
"mocha": "^10.0.0",
9496
"typescript": "^4.7.4"

0 commit comments

Comments
 (0)