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:
mbilker 2016-03-17 21:11:03 -04:00
parent 210bd2eca8
commit dfbbda510e

View file

@ -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'