about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorFire Demon <firedemon@creature.cafe>2020-11-05 23:19:30 -0600
committerFire Demon <firedemon@creature.cafe>2020-11-05 23:26:06 -0600
commit84369236449d181a7f78126c7951213091698414 (patch)
tree633d0b7f884e7ea1d291f556ebaf0b18a1fd4055 /package.json
parent4e187f6f004b9c4b1a05aa0c721bd674871d4401 (diff)
Use pg-native
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 15f6b39f9..1461bd115 100644
--- a/package.json
+++ b/package.json
@@ -73,8 +73,8 @@
     "@github/webauthn-json": "^0.5.7",
     "@rails/ujs": "^6.0.3",
     "array-includes": "^3.1.1",
-    "atrament": "0.2.4",
     "arrow-key-navigation": "^1.2.0",
+    "atrament": "0.2.4",
     "autoprefixer": "^9.8.6",
     "axios": "^0.21.0",
     "babel-loader": "^8.1.0",
@@ -122,6 +122,7 @@
     "offline-plugin": "^5.0.7",
     "path-complete-extname": "^1.0.0",
     "pg": "^6.4.0",
+    "pg-native": "^3.0.0",
     "postcss-loader": "^3.0.0",
     "postcss-object-fit-images": "^1.1.2",
     "promise.prototype.finally": "^3.1.2",