Skip to content

Commit f965175

Browse files
committed
Mark the minimum bun version as 1.1.5.
See: - oven-sh/bun#10304 (comment) - oven-sh/bun#5846
1 parent 4a78f4b commit f965175

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
@@ -4,6 +4,9 @@
44
"scripts": {
55
"dev": "make dev"
66
},
7+
"engines": {
8+
"bun": ">=1.1.5"
9+
},
710
"dependencies": {
811
"cubing": "^0.43.5"
912
},

0 commit comments

Comments
 (0)