Skip to content

Commit eb73442

Browse files
committed
chore: Add minimum node requirement (12) to package.json
1 parent ec67175 commit eb73442

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,8 @@
6666
"deno/*",
6767
"LICENSE",
6868
"README.md"
69-
]
69+
],
70+
"engines": {
71+
"node": ">= 12"
72+
}
7073
}

0 commit comments

Comments
 (0)