Merge pull request #5812 from spalger/update/node

[node] update to LTS version and latest npm 2.x
This commit is contained in:
Jonathan Budzenski 2016-01-05 12:03:10 -06:00
commit 3c89805bf9
2 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
0.12.9
4.2.4

View file

@ -183,7 +183,7 @@
"source-map": "0.4.4"
},
"engines": {
"node": "0.12.9",
"npm": "2.14.3"
"node": "4.2.4",
"npm": "2.14.15"
}
}