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 | 4ede702657b20bb26e05b918dec97a71c3159d71 (patch) | |
tree | 89bf815dcdabda06f8a673da0cc6f7aa5b3ae526 /bundle/package.json | |
parent | Tsnode support (#580) (diff) | |
download | server-4ede702657b20bb26e05b918dec97a71c3159d71.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 'bundle/package.json')
-rw-r--r-- | bundle/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bundle/package.json b/bundle/package.json index c33605e4..3754a3bf 100644 --- a/bundle/package.json +++ b/bundle/package.json @@ -93,6 +93,7 @@ "missing-native-js-functions": "^1.2.18", "morgan": "^1.10.0", "multer": "^1.4.2", + "nan": "^2.15.0", "nanocolors": "^0.2.12", "node-fetch": "^2.6.2", "node-os-utils": "^1.3.5", @@ -108,7 +109,6 @@ "typescript": "^4.1.2", "typescript-cached-transpile": "^0.0.6", "typescript-json-schema": "^0.50.1", - "ws": "^7.4.2", - "nan": "^2.15.0" + "ws": "^7.4.2" } } |