mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-20 22:23:53 +08:00
Merge pull request #1764 from mbilker/expose-keytar
Add atom-keytar for use in extensions
This commit is contained in:
commit
1f7716baa6
1 changed files with 1 additions and 0 deletions
|
@ -157,6 +157,7 @@ class NylasExports
|
|||
@get "React", -> require 'react' # Our version of React for 3rd party use
|
||||
@get "Reflux", -> require 'reflux'
|
||||
@get "Rx", -> require 'rx-lite'
|
||||
@get "Keytar", -> require 'keytar' # atom-keytar access through native module
|
||||
|
||||
# React Components
|
||||
@load "ReactRemote", 'react-remote/react-remote-parent'
|
||||
|
|
Loading…
Reference in a new issue