Skip to content

Commit

Permalink
undo bun version change
Browse files Browse the repository at this point in the history
the glow code should work with the specified engines, even though the css minify step needs to be done with bun >= 1.2
  • Loading branch information
nobkd committed Feb 12, 2025
1 parent 365848b commit ac619b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/glow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@
"type": "git"
},
"engines": {
"bun": ">= 1.1.34",
"bun": ">= 1",
"node": ">= 18"
},
"scripts": {
"css": "bun ./css/build.js",
"test": "node --experimental-vm-modules ../../node_modules/jest/bin/jest.js --runInBand"
},
"jest": {
Expand Down

0 comments on commit ac619b7

Please sign in to comment.