summary refs log tree commit diff
diff options
context:
space:
mode:
authorXenorio <realxenorio@gmail.com>2022-03-03 23:09:05 +0100
committerErkin Alp Güney <erkinalp9035@gmail.com>2022-03-04 09:15:07 +0300
commit70e0bd20035f71a9e70ef06b2ebb41f003e3331c (patch)
tree5684d50272fba669b643f7b0edef852dea398acf
parentMerge pull request #656 from fosscord/dependabot/npm_and_yarn/bundle/url-pars... (diff)
downloadserver-70e0bd20035f71a9e70ef06b2ebb41f003e3331c.tar.xz
Add nan to dependencies
sqlite requires it, setup not going through without it, and manual install isn't working. does work when adding to dependencies tho.
-rw-r--r--bundle/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundle/package.json b/bundle/package.json

index 8915665d..0b3fc817 100644 --- a/bundle/package.json +++ b/bundle/package.json
@@ -105,6 +105,7 @@ "typeorm": "^0.2.37", "typescript": "^4.1.2", "typescript-json-schema": "^0.50.1", - "ws": "^7.4.2" + "ws": "^7.4.2", + "nan": "^2.15.0" } }