Skip to content

Commit

Permalink
chore(dependencies): removal of flex-layout dependency. (closes #542) (
Browse files Browse the repository at this point in the history
…closes #502) (#567)

* chore(dependencies): removal of flex-layout dependency

since CovalentCoreModule has been removed, there is really no use for @angular/flex-layout inernally. we will leave it to the developer to include it on demand.

* chore(): update yarn.lock with latest
  • Loading branch information
emoralesb05 authored May 7, 2017
1 parent 8ee80be commit a15d493
Show file tree
Hide file tree
Showing 5 changed files with 149 additions and 177 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
"@angular/common": "^4.1.0",
"@angular/compiler": "^4.1.0",
"@angular/core": "^4.1.0",
"@angular/flex-layout": "2.0.0-beta.7",
"@angular/forms": "^4.1.0",
"@angular/http": "^4.1.0",
"@angular/material": "2.0.0-beta.3",
Expand Down
1 change: 0 additions & 1 deletion scripts/rollup.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ gulp.task('rollup-code', '', function() {
'@angular/platform-browser/animations': 'ng.platformBrowser.animations',
'@angular/platform-browser-dynamic': 'ng.platformBrowserDynamic',
'@angular/material': 'ng.material',
'@angular/flex-layout': 'ng.flexLayout',

// Rxjs dependencies
'rxjs/Subject': 'Rx',
Expand Down
3 changes: 0 additions & 3 deletions src/platform/core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ import { CommonModule } from '@angular/common';
import { HttpModule, JsonpModule } from '@angular/http';
import { FormsModule } from '@angular/forms';

import { MaterialModule } from '@angular/material';
import { FlexLayoutModule } from '@angular/flex-layout';

/**
* COMMON
*/
Expand Down
1 change: 0 additions & 1 deletion src/platform/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"Steven Ov <steven.ov@teradata.com>"
],
"dependencies": {
"@angular/flex-layout": "^2.0.0-beta.7",
"@angular/material": "2.0.0-beta.3"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit a15d493

Please sign in to comment.