chore: Upgrade node

This commit is contained in:
Blade Barringer 2016-03-05 09:17:31 -06:00
parent b553a6c134
commit d82dd67930
3 changed files with 3 additions and 3 deletions

2
.nvmrc
View file

@ -1 +1 @@
0.10.40
4.3.1

View file

@ -1,6 +1,6 @@
language: node_js
node_js:
- '0.10'
- '4.3.1'
before_install:
- "npm install -g npm@2"
- "npm install -g gulp"

View file

@ -85,7 +85,7 @@
},
"private": true,
"engines": {
"node": "^0.10.40",
"node": "^4.3.1",
"npm": "^2.14.9"
},
"scripts": {