Skip to content

Commit dea3a07

Browse files
author
Kent C. Dodds
authored
fix(engines): update engines.node in package.json
Not a major version bump because the lib never worked with node 6 anyway. Closes #110
1 parent fa97e70 commit dea3a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "dist/index.js",
66
"typings": "typings/index.d.ts",
77
"engines": {
8-
"node": ">=6"
8+
"node": ">=8"
99
},
1010
"scripts": {
1111
"add-contributor": "kcd-scripts contributors add",

0 commit comments

Comments
 (0)