Skip to content

Commit c88bb29

Browse files
committed
Revised engine to >= 8
Library will run fine on Node 8 although HTTP error message is different and causes tests to fail
1 parent 3e89ad4 commit c88bb29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"author": "Caleb Sander",
5353
"license": "MIT",
5454
"engines": {
55-
"node": ">=9.0.0"
55+
"node": ">=8.0.0"
5656
},
5757
"bugs": {
5858
"url": "https://github.com/calebsander/structure-bytes/issues"

0 commit comments

Comments
 (0)