Add engines and engineStrict to package.json (close #79)

This commit is contained in:
Petr Sloup 2016-12-19 21:07:39 +01:00
parent 1c401f41a2
commit e14793c54b

View file

@ -12,6 +12,10 @@
"url": "https://github.com/klokantech/tileserver-gl.git"
},
"license": "BSD-2-Clause",
"engines": {
"node": ">=4.2.1 <5"
},
"engineStrict": true,
"scripts": {
"test": "mocha test/**.js"
},