Skip to content

Commit 0e161a5

Browse files
committed
fix engines
1 parent cabf946 commit 0e161a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"hapi": "^17.0.0"
6363
},
6464
"engines": {
65-
"node": "^8.0.0",
66-
"npm": "^5.0.0"
65+
"node": ">=8",
66+
"npm": ">=5"
6767
}
6868
}

0 commit comments

Comments
 (0)