mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-22 23:23:54 +08:00
fix(exports): rename Keychain to Keytar to reduce confusion
@bengotow requested that the export represent the original module to prevent confusion and reduce the documentation needed.
This commit is contained in:
parent
210bd2eca8
commit
dfbbda510e
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,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 "Keychain", -> require 'keytar' # Keychain access through native module
|
||||
@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