Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

Commit 215733e

Browse files
filipesilvawardbell
authored andcommitted
chore: update to node 6 (#2301)
1 parent 01b2111 commit 215733e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5
1+
6

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dist: trusty
22
sudo: required
33
language: node_js
44
node_js:
5-
- "5"
5+
- "6"
66
os:
77
- linux
88
env:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"gulp-tslint": "^5.0.0",
4949
"gulp-util": "^3.0.6",
5050
"gulp-watch": "^4.3.4",
51-
"harp": "^0.20.3",
51+
"harp": "0.21.0-pre.0",
5252
"html2jade": "^0.8.4",
5353
"indent-string": "^2.1.0",
5454
"jasmine-core": "^2.3.4",

0 commit comments

Comments
 (0)