From 42b5570d530af7b145e6bfd63fb5e53e0a63349f Mon Sep 17 00:00:00 2001 From: dharmeshpipariya Date: Thu, 16 Jun 2016 11:43:03 +0530 Subject: [PATCH] fixed reference issue of tags component. --- package.json | 2 +- src/components/all/all.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7922dc1c3..41bf20670 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/components/all/all.ts b/src/components/all/all.ts index d35d82c63..1be000c6e 100644 --- a/src/components/all/all.ts +++ b/src/components/all/all.ts @@ -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';