Skip to content

Commit 08ffadb

Browse files
danbot315Daniel Clayton
andauthored
chore: align package bun engine floor with repo packageManager (#9)
Co-authored-by: Daniel Clayton <dan@Daniels-Mac-mini.local>
1 parent f255c1e commit 08ffadb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {},
1919
"engines": {
20-
"bun": ">=1.2.19"
20+
"bun": ">=1.2.22"
2121
},
2222
"publishConfig": {
2323
"registry": "https://npm.pkg.github.com",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
},
2323
"engines": {
24-
"bun": ">=1.2.19"
24+
"bun": ">=1.2.22"
2525
},
2626
"publishConfig": {
2727
"registry": "https://npm.pkg.github.com",

0 commit comments

Comments
 (0)