From ac619b77d57c9f077ad61dd38dca4b29465a38fd Mon Sep 17 00:00:00 2001 From: nobkd <44443899+nobkd@users.noreply.github.com> Date: Wed, 5 Feb 2025 03:04:08 +0100 Subject: [PATCH] undo bun version change the glow code should work with the specified engines, even though the css minify step needs to be done with bun >= 1.2 --- packages/glow/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/glow/package.json b/packages/glow/package.json index 29483a04..2a9afd99 100644 --- a/packages/glow/package.json +++ b/packages/glow/package.json @@ -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": {