Skip to content

Commit cfafd9a

Browse files
Whoaa512Kent C. Dodds
authored and
Kent C. Dodds
committed
feat: allow node >=6 (#26)
1 parent 8748c89 commit cfafd9a

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
@@ -17,7 +17,7 @@
1717
"author": "Kent C. Dodds <kent@doddsfamily.us> (http://kentcdodds.com/)",
1818
"license": "MIT",
1919
"engines": {
20-
"node": "> 6"
20+
"node": ">=6"
2121
},
2222
"scripts": {
2323
"add-contributor": "kcd-scripts contributors add",

0 commit comments

Comments
 (0)