(chore) Upgrade to node 6. Keep mandatory deps.

This commit is contained in:
Carlos Iriarte
2016-05-07 08:37:37 -06:00
parent 095bb22619
commit c60dee489c
2 changed files with 2 additions and 10 deletions

View File

@@ -1,11 +1,6 @@
language: node_js
node_js:
- "5"
- "4"
before_install:
- npm install -g npm@latest
- npm install rxjs@5.0.0-beta.6
- "6"
script:
- npm test

View File

@@ -31,10 +31,7 @@
},
"peerDependencies": {
"@angular/common": "^2.0.0-rc.1",
"@angular/compiler": "^2.0.0-rc.1",
"@angular/core": "^2.0.0-rc.1",
"@angular/platform-browser": "^2.0.0-rc.1",
"@angular/platform-browser-dynamic": "^2.0.0-rc.1"
"@angular/core": "^2.0.0-rc.1"
},
"devDependencies": {
"@angular/common": "^2.0.0-rc.1",