Skip to content

Commit

Permalink
refactor(Core): Remove Core from exposed api
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Since the full potential of core is now exposed through the default
translationManager, it is no longer necessary to expose this method
  • Loading branch information
Gertjan Reynaert committed Dec 16, 2016
1 parent ed771cb commit 438041a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
export { default } from './manageTranslations';

export { default as core } from './core';
export { default as readMessageFiles } from './readMessageFiles';
export { default as createSingleMessagesFile } from './createSingleMessagesFile';
export { default as getDefaultMessages } from './getDefaultMessages';

0 comments on commit 438041a

Please sign in to comment.