mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
Bun 1.1.20 => 1.1.34 (#10755)
This commit is contained in:
@@ -3,7 +3,7 @@ require 'package'
|
||||
class Bun < Package
|
||||
description 'Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one'
|
||||
homepage 'https://bun.sh/'
|
||||
version '1.1.20'
|
||||
version '1.1.34'
|
||||
license 'MIT'
|
||||
compatibility 'x86_64'
|
||||
source_url 'SKIP'
|
||||
@@ -18,6 +18,6 @@ class Bun < Package
|
||||
end
|
||||
|
||||
def self.postinstall
|
||||
ExitMessage.add "\nType 'bun' to get started.\n".lightblue
|
||||
ExitMessage.add "\nType 'bun' to get started.\n"
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user