Skip to content

Commit 32db001

Browse files
realitykinggajus
authored andcommitted
fix: indicate support for Node.js 6 in package.json (#79)
1 parent 6c900db commit 32db001

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
@@ -38,7 +38,7 @@
3838
"sinon": "^6.1.5"
3939
},
4040
"engines": {
41-
"node": ">=8.0.0"
41+
"node": ">=6.0.0"
4242
},
4343
"husky": {
4444
"hooks": {

0 commit comments

Comments
 (0)