Skip to content

Commit a0060ba

Browse files
committed
feat: require node >= 8.10
BREAKING CHANGE: support for node 4, 6, and < 8.10 has been dropped.
1 parent f2032ff commit a0060ba

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
@@ -8,7 +8,7 @@
88
"homepage": "https://github.com/citycide/tablemark",
99
"bugs": "https://github.com/citycide/tablemark/issues",
1010
"engines": {
11-
"node": ">=4"
11+
"node": ">=8.10"
1212
},
1313
"keywords": [
1414
"markdown",

0 commit comments

Comments
 (0)