Skip to content

Commit 80114cf

Browse files
committed
moving the recommended minimum version up
1 parent 9a9271f commit 80114cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
"version": "1.2.0",
44
"description": "http proxy middleware for express",
55
"engines": {
6-
"node": ">=4.0.0"
6+
"node": ">=6.0.0"
77
},
8-
"engineStrict": true,
98
"main": "index.js",
109
"scripts": {
1110
"test": "npm -s run mocha && npm run -s lint",

0 commit comments

Comments
 (0)