Add node and npm version constraints
This commit is contained in:
parent
d4b7ab3276
commit
20c38fe36b
1 changed files with 4 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue