Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 8d8b318

Browse files
committed
Make nanoleaf fetch typings a normal dependency
1 parent f89e593 commit 8d8b318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodecg-io-nanoleaf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
"license": "MIT",
3131
"devDependencies": {
3232
"@types/node": "^14.14.33",
33-
"@types/node-fetch": "^2.5.8",
3433
"nodecg": "^1.8.1",
3534
"typescript": "^4.2.3"
3635
},
3736
"dependencies": {
37+
"@types/node-fetch": "^2.5.8",
3838
"node-fetch": "^2.6.1",
3939
"nodecg-io-core": "^0.2.0"
4040
}

0 commit comments

Comments
 (0)