Skip to content

Commit

Permalink
Update libs and mention recommended node version.
Browse files Browse the repository at this point in the history
  • Loading branch information
raimo committed Apr 19, 2018
1 parent 604a915 commit 31b0072
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "0.6.4",
"description": "JavaScript client for the Leap Motion Controller",
"main": "lib",
"engines": {
"node": "~0.10"
},
"scripts": {
"test": "make test-node test-integration"
},
Expand Down Expand Up @@ -34,6 +37,6 @@
"mocha-phantomjs": "3.0.0",
"nodemon": "0.7.8",
"phantomjs": "1.9.7-8",
"uglify-js": "2.3.6"
"uglify-js": "2.6.0"
}
}

0 comments on commit 31b0072

Please sign in to comment.