Updated commit reference to latest fix

This commit is contained in:
Shane Church 2018-10-31 22:15:48 -05:00
parent 8cf5759ee7
commit 1544778141
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -866,8 +866,8 @@
} }
}, },
"noble-mac": { "noble-mac": {
"version": "git+https://github.com/Timeular/noble-mac.git#b2becff4f4d3c1e94b34fb75ad73c21fdfc29b39", "version": "git+https://github.com/Timeular/noble-mac.git#a776e9a5b66abeb45707559321e3007a0b397b48",
"from": "git+https://github.com/Timeular/noble-mac.git#b2becff", "from": "git+https://github.com/Timeular/noble-mac.git#a776e9a",
"requires": { "requires": {
"cross-spawn": "^6.0.5", "cross-spawn": "^6.0.5",
"napi-thread-safe-callback": "0.0.6", "napi-thread-safe-callback": "0.0.6",

View File

@ -17,7 +17,7 @@
"dependencies": { "dependencies": {
"debug": "^3.1.0", "debug": "^3.1.0",
"noble": "1.9.1", "noble": "1.9.1",
"noble-mac": "https://github.com/Timeular/noble-mac.git#b2becff" "noble-mac": "https://github.com/Timeular/noble-mac.git#a776e9a"
}, },
"devDependencies": { "devDependencies": {
"jsdoc-to-markdown": "^4.0.1", "jsdoc-to-markdown": "^4.0.1",