Navigation Menu

Skip to content

Commit

Permalink
Fix bug 1336984: Update to latest LTS node.js (#542)
Browse files Browse the repository at this point in the history
Also update babel to latest version.
  • Loading branch information
mathjazz committed Feb 15, 2017
1 parent 207773f commit 4c69a09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -4,11 +4,11 @@
"description": "Mozilla in-place localization tool.",
"private": true,
"dependencies": {
"babel": "^5.4.3",
"babel": "6.23.0",
"yuglify": "0.1.4"
},
"engines": {
"node": "0.12.2"
"node": "6.9.5"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 4c69a09

Please sign in to comment.