aboutsummaryrefslogtreecommitdiffstats
path: root/testing/node-libpg-query/package.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/node-libpg-query/package.patch')
-rw-r--r--testing/node-libpg-query/package.patch7
1 files changed, 3 insertions, 4 deletions
diff --git a/testing/node-libpg-query/package.patch b/testing/node-libpg-query/package.patch
index 935d8701a30..b6f3f00bff6 100644
--- a/testing/node-libpg-query/package.patch
+++ b/testing/node-libpg-query/package.patch
@@ -1,10 +1,9 @@
--- a/package.json
+++ b/package.json
-@@ -8,14 +8,16 @@
+@@ -8,13 +8,16 @@
"publishConfig": {
"access": "public"
},
--
+ "files": [
+ "index.js",
+ "index.d.ts",
@@ -21,7 +20,7 @@
},
"author": "Dan Lynch <pyramation@gmail.com> (http://github.com/pyramation)",
"license": "LICENSE IN LICENSE",
-@@ -26,9 +28,7 @@
+@@ -25,9 +28,7 @@
"devDependencies": {
"chai": "^3.5.0",
"lodash": "^4.17.15",
@@ -30,5 +29,5 @@
- "dependencies": {
+ "mocha": "^5.2.0",
"node-addon-api": "^1.6.3",
- "node-gyp": "^3.3.1"
+ "node-gyp": "^8.0.0"
},