added xkeyring dep

This commit is contained in:
Eugene Pankov
2017-11-18 22:41:13 +01:00
parent 3673542197
commit a280658bbb
5 changed files with 6 additions and 6 deletions

View File

@@ -15,5 +15,5 @@ exports.builtinPlugins = [
'terminus-community-color-schemes',
'terminus-plugin-manager',
]
exports.nativeModules = ['node-pty-tmp', 'font-manager']
exports.nativeModules = ['node-pty-tmp', 'font-manager', 'xkeychain']
exports.electronVersion = pkgInfo.devDependencies.electron