SEARCH-915 - Revert back to ffi (ffi-napi - napi_get_uv_event_loop issue on windows) (#473)

This commit is contained in:
Keerthi Niranjan 2018-08-23 16:05:02 +05:30 committed by Vishwas Shashidhar
parent 1695920d24
commit 418de90fb3
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
const electron = require('electron');
const app = electron.app;
const ffi = require('ffi-napi');
const ref = require('ref-napi');
const ffi = require('ffi');
const ref = require('ref');
const path = require('path');
const execPath = path.dirname(app.getPath('exe'));

View File

@ -121,19 +121,19 @@
"electron-log": "2.2.15",
"electron-spellchecker": "1.1.2",
"electron-squirrel-startup": "1.0.0",
"ffi-napi": "2.4.3",
"ffi": "git+https://github.com/keerthi16/node-ffi.git#v1.2.8",
"filesize": "3.6.1",
"keymirror": "0.1.1",
"lodash.difference": "4.5.0",
"lodash.isequal": "4.5.0",
"lodash.omit": "4.5.0",
"lodash.pick": "4.4.0",
"ref-napi": "1.4.0",
"ref": "1.3.5",
"shell-path": "2.1.0",
"winreg": "1.2.4"
},
"optionalDependencies": {
"screen-snippet": "git+https://github.com/symphonyoss/ScreenSnippet.git#v1.0.2",
"swift-search": "2.0.0-r53"
"swift-search": "2.0.1-r53"
}
}