Skip to content

Commit 10334f8

Browse files
authored
Merge pull request #43 from casual-simulation/add-engines-node
chore: Add minimum node requirement (12) to package.json
2 parents ec67175 + eb73442 commit 10334f8

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)