chore: update to node 6 (#2301)

This commit is contained in:
Filipe Silva 2016-09-10 03:23:25 +01:00 committed by Ward Bell
parent 01b211193c
commit 215733e303
3 changed files with 3 additions and 3 deletions

2
.nvmrc
View File

@ -1 +1 @@
5 6

View File

@ -2,7 +2,7 @@ dist: trusty
sudo: required sudo: required
language: node_js language: node_js
node_js: node_js:
- "5" - "6"
os: os:
- linux - linux
env: env:

View File

@ -48,7 +48,7 @@
"gulp-tslint": "^5.0.0", "gulp-tslint": "^5.0.0",
"gulp-util": "^3.0.6", "gulp-util": "^3.0.6",
"gulp-watch": "^4.3.4", "gulp-watch": "^4.3.4",
"harp": "^0.20.3", "harp": "0.21.0-pre.0",
"html2jade": "^0.8.4", "html2jade": "^0.8.4",
"indent-string": "^2.1.0", "indent-string": "^2.1.0",
"jasmine-core": "^2.3.4", "jasmine-core": "^2.3.4",