Added node engine support to package.json

This commit is contained in:
Sean Lilley 2016-07-05 09:48:38 -04:00
parent 96067deba1
commit b2d740b1e5
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@
"bugs": {
"url": "https://github.com/AnalyticalGraphicsInc/OBJ2GLTF/issues"
},
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"jsHint": "gulp jsHint",
"jsHint-watch": "gulp jsHint-watch"