Skip to content

Commit 098eac1

Browse files
committed
Indicate minimum supported Node.js version
1 parent 9a72ea2 commit 098eac1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,8 @@
6161
},
6262
"scripts": {
6363
"test": "standard && tape test/clone.js test/api.js"
64+
},
65+
"engines": {
66+
"node": ">=8.10"
6467
}
6568
}

0 commit comments

Comments
 (0)