mirror of
https://github.com/danbulant/docker-compose
synced 2026-05-19 20:38:35 +00:00
Merge pull request #84 from Steveb-p/engine-declaration
Set Node 6.0 as minimum version
This commit is contained in:
commit
2a273a86ef
1 changed files with 3 additions and 0 deletions
|
|
@ -70,5 +70,8 @@
|
|||
"jest": "^24.8.0",
|
||||
"ts-jest": "^24.0.2",
|
||||
"typescript": "^3.5.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 6.0.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue