Skip to content

Commit

Permalink
chore: Upgrade node
Browse files Browse the repository at this point in the history
  • Loading branch information
crookedneighbor committed Mar 5, 2016
1 parent b553a6c commit d82dd67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.40
4.3.1
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
},
"private": true,
"engines": {
"node": "^0.10.40",
"node": "^4.3.1",
"npm": "^2.14.9"
},
"scripts": {
Expand Down

0 comments on commit d82dd67

Please sign in to comment.