Skip to content
This repository was archived by the owner on Jan 19, 2022. It is now read-only.

Commit 57b0cb8

Browse files
author
Michael Perrotte
committedFeb 27, 2020
chore: added engines field in package.json
1 parent c3f93b8 commit 57b0cb8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎package.json

+3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
"get-stream": "^4.0.0",
3030
"npm-registry-fetch": "^4.0.0"
3131
},
32+
"engines": {
33+
"node": ">=10"
34+
},
3235
"tap": {
3336
"check-coverage": true
3437
}

0 commit comments

Comments
 (0)
This repository has been archived.