Skip to content

Commit

Permalink
removed packages bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
chandradot99 committed Mar 3, 2017
1 parent 1e018ad commit 38ed7d6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions semantic.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"base": "node_modules/",
"base": "node_modules",
"paths": {
"source": {
"config": "src/theme.config",
Expand All @@ -18,5 +18,5 @@
"permission": false,
"autoInstall": false,
"rtl": false,
"version": "2.2.7"
"version": "2.2.9"
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import {
style,
animate
} from '@angular/core';
import { FileUploader } from 'ng2-file-upload/ng2-file-upload';
import { ChangeDetectionStrategy } from '@angular/core';

declare var $: any;
Expand Down
3 changes: 0 additions & 3 deletions src/app/shared/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import { LoaderComponent } from './loader/loader.component';
import { TripListItemComponent } from './trips/trip-list-item/trip-list-item.component';
import { MomentModule } from 'angular2-moment';
import { ToastyModule } from 'ng2-toasty';
import { DatepickerModule } from 'angular2-material-datepicker';
import { CalendarModule } from 'primeng/primeng';
import { HumanizePipe } from '../pipes/humanize';
import { ThumbnailPipe } from '../pipes/thumbnail';
Expand Down Expand Up @@ -45,7 +44,6 @@ const routes: Routes = [
MomentModule,
SlimLoadingBarModule.forRoot(),
ToastyModule.forRoot(),
DatepickerModule,
CalendarModule
],
exports: [
Expand All @@ -66,7 +64,6 @@ const routes: Routes = [
MomentModule,
ToastyModule,
SlimLoadingBarModule,
DatepickerModule,
CalendarModule
]
})
Expand Down

0 comments on commit 38ed7d6

Please sign in to comment.