From dfbbda510e225192a50da2997e35f26da256c5eb Mon Sep 17 00:00:00 2001 From: mbilker Date: Thu, 17 Mar 2016 21:11:03 -0400 Subject: [PATCH] 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. --- src/global/nylas-exports.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/global/nylas-exports.coffee b/src/global/nylas-exports.coffee index 417952f83..d1771fd35 100644 --- a/src/global/nylas-exports.coffee +++ b/src/global/nylas-exports.coffee @@ -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'