Skip to content
This repository was archived by the owner on Jan 17, 2019. It is now read-only.

Commit 11740d7

Browse files
committed
Increase node/npm engine min version
1 parent 489b59e commit 11740d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"supertest-as-promised": "^4.0.2"
3838
},
3939
"engines": {
40-
"node": ">=7.0.0",
41-
"npm": ">=4.0.0"
40+
"node": ">=8.0.0",
41+
"npm": ">=5.0.0"
4242
},
4343
"repository": {
4444
"type": "git",

0 commit comments

Comments
 (0)