Add node and npm version constraints

This commit is contained in:
Daniel Siepmann 2019-12-13 12:49:09 +01:00
parent d4b7ab3276
commit 20c38fe36b

View file

@ -3,6 +3,10 @@
"build": "gulp default",
"watch": "gulp watch"
},
"engines": {
"npm": "6.12.*",
"node": "12.*"
},
"dependencies": {
"bootstrap": "^4.3.1",
"gulp": "^4.0.2",