diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-03-06 18:47:08 +1100 |
---|---|---|
committer | Erkin Alp Güney <erkinalp9035@gmail.com> | 2022-03-06 10:52:19 +0300 |
commit | 4b1f30ba43d0a358273c33de35e44c08356df74b (patch) | |
tree | 8eaa9aae2ea14fc998997083ab8cf7f949942ef9 /cdn/package.json | |
parent | Tsnode support (#580) (diff) | |
download | server-4b1f30ba43d0a358273c33de35e44c08356df74b.tar.xz |
Fixed npm run tsnode throwing error about ES modules for node-fetch. Probably was api package.json still included node-fetch 3, but bundle still had v2
Diffstat (limited to '')
-rw-r--r-- | cdn/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cdn/package.json b/cdn/package.json index aedcc4bf..7a1f43c9 100644 --- a/cdn/package.json +++ b/cdn/package.json @@ -54,7 +54,7 @@ "missing-native-js-functions": "^1.2.17", "multer": "^1.4.2", "nanocolors": "^0.2.12", - "node-fetch": "^2.6.7", + "node-fetch": "^2.6.2", "supertest": "^6.1.6", "typescript": "^4.1.2" }, |