Skip to content

Commit f79ffd3

Browse files
committed
Move @types/node to devDependencies
1 parent a6b92d2 commit f79ffd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
"license": "Apache-2.0",
2121
"types": "./index.d.ts",
2222
"dependencies": {
23-
"@types/node": "^20.14.8",
2423
"adm-zip": "~0.5.10",
2524
"long": "~5.2.3"
2625
},
2726
"devDependencies": {
27+
"@types/node": "^20.14.8",
2828
"chai": "~4.3.8",
2929
"kerberos": "^2.2.2",
3030
"mocha": "~10.8.2",

0 commit comments

Comments
 (0)