Skip to content

Commit

Permalink
feat(angular): bump angular to rc.4
Browse files Browse the repository at this point in the history
Signed-off-by: Will Soto <[email protected]>
  • Loading branch information
willsoto committed Jul 1, 2016
1 parent 7d80e97 commit cbb135f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
},
"homepage": "https://github.com/paradox41/angular2-chartist#readme",
"devDependencies": {
"@angular/common": "2.0.0-rc.3",
"@angular/compiler": "2.0.0-rc.3",
"@angular/core": "2.0.0-rc.3",
"@angular/platform-browser": "2.0.0-rc.3",
"@angular/platform-browser-dynamic": "2.0.0-rc.3",
"@angular/common": "2.0.0-rc.4",
"@angular/compiler": "2.0.0-rc.4",
"@angular/core": "2.0.0-rc.4",
"@angular/platform-browser": "2.0.0-rc.4",
"@angular/platform-browser-dynamic": "2.0.0-rc.4",
"chartist": "^0.9.7",
"codelyzer": "0.0.24",
"conventional-changelog": "^1.1.0",
Expand Down Expand Up @@ -82,7 +82,7 @@
"zone.js": "^0.6.12"
},
"peerDependencies": {
"@angular/core": "2.0.0-rc.3",
"@angular/core": "2.0.0-rc.4",
"chartist": "^0.9.7"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion test/chartist.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
import {
TestComponentBuilder,
ComponentFixture
} from '@angular/compiler/testing';
} from '@angular/core/testing';

import * as Chartist from 'chartist';

Expand Down

0 comments on commit cbb135f

Please sign in to comment.