Skip to content

Commit

Permalink
rename some files in nova-lib, dash to underline
Browse files Browse the repository at this point in the history
  • Loading branch information
comus committed Feb 6, 2017
1 parent 33b3b5b commit b789211
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nova-lib/lib/modules/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ import './settings.js';
import './collections.js';
import './deep.js';
import './deep_extend.js';
import './intl-polyfill.js';
import './intl_polyfill.js';
import './graphql.js';
import './icons.js';
import './mongo-redux.js';
import './mongo_redux.js';

export { Components, registerComponent, replaceComponent, getRawComponent, getComponent, copyHoCs, populateComponentsApp } from './components.js';
export { createCollection } from './collections.js';
Expand Down

0 comments on commit b789211

Please sign in to comment.