Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
fix(restangular): update restangular version
Browse files Browse the repository at this point in the history
  • Loading branch information
dgutride authored and joshuawilson committed Apr 3, 2017
1 parent 8374fcc commit 03f427d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
"lodash": "4.17.4",
"mocha": "3.2.0",
"ng2-bootstrap": "1.3.3",
"ng2-restangular": "0.1.30",
"ng2-restangular": "1.0.0-beta.3",
"npm-run-all": "4.0.2",
"offline-plugin": "4.6.2",
"patternfly": "3.23.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import {RequestOptions, BaseRequestOptions, Http} from "@angular/http";
import {RestangularModule} from "ng2-restangular";
import {MockBackend} from "@angular/http/testing";
import {KubernetesComponentsModule} from "../../../components/components.module";
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';

describe('EnvironmentDetailComponent', () => {
let component: EnvironmentDetailComponent;
Expand All @@ -31,6 +32,7 @@ describe('EnvironmentDetailComponent', () => {
KubernetesComponentsModule,
TestAppModule,
SlideOutPanelModule,
BrowserAnimationsModule
],
declarations: [
EnvironmentDetailComponent,
Expand Down

0 comments on commit 03f427d

Please sign in to comment.