Skip to content

Commit

Permalink
feat(angular): upgrade to angular 2.0 stable
Browse files Browse the repository at this point in the history
Signed-off-by: Will Soto <[email protected]>
  • Loading branch information
willsoto committed Sep 15, 2016
1 parent 81286bf commit b62ea60
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,25 +46,25 @@
},
"homepage": "https://github.com/paradox41/angular2-chartist#readme",
"devDependencies": {
"@angular/common": "2.0.0-rc.6",
"@angular/compiler": "2.0.0-rc.6",
"@angular/core": "2.0.0-rc.6",
"@angular/forms": "2.0.0-rc.6",
"@angular/platform-browser": "2.0.0-rc.6",
"@angular/platform-browser-dynamic": "2.0.0-rc.6",
"@angular/common": "^2.0.0",
"@angular/compiler": "^2.0.0",
"@angular/core": "^2.0.0",
"@angular/forms": "^2.0.0",
"@angular/platform-browser": "^2.0.0",
"@angular/platform-browser-dynamic": "^2.0.0",
"@types/chartist": "^0.9.32",
"@types/jasmine": "^2.2.33",
"@types/rx": "^2.5.31",
"chartist": "^0.9.8",
"codelyzer": "0.0.28",
"codelyzer": "^0.0.28",
"coveralls": "^2.11.12",
"es6-shim": "^0.35.1",
"eslint": "^3.4.0",
"eslint": "^3.5.0",
"git-scripts": "^0.2.1",
"istanbul-instrumenter-loader": "^0.2.0",
"jasmine-core": "^2.5.0",
"istanbul-instrumenter-loader": "^1.0.0",
"jasmine-core": "^2.5.1",
"json-loader": "^0.5.4",
"karma": "^1.2.0",
"karma": "^1.3.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.0.2",
"karma-mocha-reporter": "^2.1.0",
Expand All @@ -74,7 +74,7 @@
"phantomjs-prebuilt": "^2.1.12",
"reflect-metadata": "0.1.8",
"rimraf": "^2.5.4",
"rxjs": "5.0.0-beta.11",
"rxjs": "5.0.0-beta.12",
"standard-version": "^2.4.0",
"ts-loader": "0.8.1",
"tslint": "^3.15.1",
Expand All @@ -84,11 +84,11 @@
"uglify-js": "^2.7.3",
"validate-commit": "^2.3.2",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.15.1",
"zone.js": "^0.6.17"
"webpack-dev-server": "^1.15.2",
"zone.js": "^0.6.23"
},
"peerDependencies": {
"@angular/core": "2.0.0-rc.6",
"@angular/core": "^2.0.0",
"chartist": "^0.9.8"
}
}

0 comments on commit b62ea60

Please sign in to comment.