Skip to content

Commit ad5a7b9

Browse files
committed
Fix engines.node version in package.json
Not a breaking change, because this module is only compatible with abstract-level which also has node 12 as minimum.
1 parent 7c4fc44 commit ad5a7b9

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
@@ -36,6 +36,6 @@
3636
"abstract-level"
3737
],
3838
"engines": {
39-
"node": ">=10"
39+
"node": ">=12"
4040
}
4141
}

0 commit comments

Comments
 (0)