Skip to content

Commit

Permalink
fix(exports): fix md-colors export
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanood committed Sep 14, 2016
1 parent 9efddc2 commit b281aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export * from './collection/collection-item';
export * from './collection/collection';
export * from './collection/md-collection-selector';
export * from './colors/colorValueConverters';
export * from './colors/mdColors';
export * from './colors/md-colors';
export * from './common/attributeManager';
export * from './common/attributes';
export * from './common/constants';
Expand Down

0 comments on commit b281aa0

Please sign in to comment.