Switch to fork of xxhash with XCode build fix

Change-type: patch
Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzoa@balena.io>
This commit is contained in:
Lorenzo Alberto Maria Ambrosi 2019-01-17 10:52:34 +01:00
parent 8cc33b46bb
commit c37270ea08
No known key found for this signature in database
GPG Key ID: 0D424CCA84D4C9D4
2 changed files with 2 additions and 2 deletions

2
npm-shrinkwrap.json generated
View File

@ -8874,7 +8874,7 @@
}, },
"xxhash": { "xxhash": {
"version": "0.2.4", "version": "0.2.4",
"resolved": "https://registry.npmjs.org/xxhash/-/xxhash-0.2.4.tgz" "resolved": "git://github.com/balena-io-modules/node-xxhash.git#70ac31da1a41c6f8c53d931b5802c6c93f7b6b83"
}, },
"y18n": { "y18n": {
"version": "3.2.1", "version": "3.2.1",

View File

@ -99,7 +99,7 @@
"usb": "github:resin-io/node-usb#1.3.5", "usb": "github:resin-io/node-usb#1.3.5",
"uuid": "3.0.1", "uuid": "3.0.1",
"xml2js": "0.4.17", "xml2js": "0.4.17",
"xxhash": "0.2.4", "xxhash": "github:balena-io-modules/node-xxhash#70ac31da1a41c6f8c53d931b5802c6c93f7b6b83",
"yargs": "11.0.0", "yargs": "11.0.0",
"yauzl": "2.6.0" "yauzl": "2.6.0"
}, },