Skip to content

Commit

Permalink
Update to support Angular 2 final (#98)
Browse files Browse the repository at this point in the history
* chore: update to support Angular 2 final

* chore: drop support for node@2

* chore: add node@6
  • Loading branch information
kamilkisiela authored Sep 15, 2016
1 parent 9cee1c0 commit d648987
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ language: node_js

node_js:
- "0.12"
- "2"
- "4"
- "5"
- "6"

cache:
directories:
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
},
"peerDependencies": {
"apollo-client": "^0.3.0 || ^0.4.0",
"@angular/core": "^2.0.0-rc.6",
"rxjs": "^5.0.0-beta.11"
"@angular/core": "^2.0.0",
"rxjs": "^5.0.0-beta.12"
},
"dependencies": {
"apollo-client-rxjs": "^0.0.1",
Expand All @@ -40,16 +40,16 @@
"lodash.isequal": "^4.2.0"
},
"devDependencies": {
"@angular/common": "^2.0.0-rc.6",
"@angular/compiler": "^2.0.0-rc.6",
"@angular/core": "^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/platform-browser": "^2.0.0",
"@angular/platform-browser-dynamic": "^2.0.0",
"@types/isomorphic-fetch": "0.0.30",
"@types/jasmine": "^2.2.33",
"@types/lodash": "^4.14.34",
"@types/node": "^6.0.38",
"apollo-client": "^0.4.13",
"apollo-client": "^0.4.15",
"es6-shim": "^0.35.0",
"ghooks": "^1.2.1",
"graphql": "^0.7.0",
Expand All @@ -67,12 +67,12 @@
"reflect-metadata": "^0.1.8",
"remap-istanbul": "^0.6.3",
"rimraf": "^2.5.2",
"rxjs": "5.0.0-beta.11",
"rxjs": "5.0.0-beta.12",
"tslint": "^3.7.4",
"typescript": "^2.0.0",
"validate-commit-msg": "^2.6.1",
"webpack": "^1.13.0",
"zone.js": "^0.6.11"
"zone.js": "^0.6.23"
},
"config": {
"ghooks": {
Expand Down

0 comments on commit d648987

Please sign in to comment.