Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Commit

Permalink
fixed reference issue of tags component.
Browse files Browse the repository at this point in the history
  • Loading branch information
dharmeshpipariya committed Jun 16, 2016
1 parent bee8cca commit 42b5570
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "md2",
"version": "1.0.4",
"version": "1.0.5",
"description": "Angular2 based Material Design components, directives and services are Accordion, Autocomplete, Collapse, Colorpicker, Datepicker, Dialog(Modal), Menu, Multiselect, Select, Switch, Tabs, Tags(Chips), Toast and Tooltip.",
"scripts": {
"clean": "gulp clean",
Expand Down
2 changes: 1 addition & 1 deletion src/components/all/all.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export * from '../multiselect/multiselect';
export * from '../select/select';
export * from '../switch/switch';
export * from '../tabs/tabs';
export * from '../tabs/tags';
export * from '../tags/tags';
export * from '../toast/toast';
export * from '../tooltip/tooltip';

Expand Down

0 comments on commit 42b5570

Please sign in to comment.