Add engines
and engineStrict
to package.json (close #79)
This commit is contained in:
parent
1c401f41a2
commit
e14793c54b
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue