Skip to content

Commit e1fb3b0

Browse files
vikaspotluri123acburdine
authored andcommitted
fix: node 8 compatibility (#521)
1 parent 53a3425 commit e1fb3b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"test": "yarn run lint && yarn run test:all"
3535
},
3636
"engines": {
37-
"node": "^4.5.0 || ^6.9.0 || ^8.8.0"
37+
"node": "^4.5.0 || ^6.9.0 || ^8.9.0"
3838
},
3939
"preferGlobal": true,
4040
"dependencies": {

0 commit comments

Comments
 (0)