force abstract-socket version to fix compile error

This commit is contained in:
Jeremy Apthorp 2019-03-05 12:10:38 -08:00 committed by Samuel Attard
parent 990ba15157
commit 38304be688
2 changed files with 3 additions and 3 deletions

View file

@ -5,9 +5,8 @@
"requires": true,
"dependencies": {
"abstract-socket": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/abstract-socket/-/abstract-socket-2.0.0.tgz",
"integrity": "sha1-2DyT598w0n4j8+gqdj5/XnjZFvk=",
"version": "github:nornagon/node-abstractsocket#7d9c770f9ffef14373349034f8820ff059879845",
"from": "github:nornagon/node-abstractsocket#v8-compat",
"dev": true,
"optional": true,
"requires": {

View file

@ -7,6 +7,7 @@
"postinstall": "node ../tools/run-if-exists.js node_modules/robotjs node-gyp rebuild"
},
"devDependencies": {
"abstract-socket": "github:nornagon/node-abstractsocket#v8-compat",
"basic-auth": "^2.0.1",
"bluebird": "^3.5.3",
"chai": "^4.2.0",