Skip to content

Commit

Permalink
chore: export bun as runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasholzer committed Sep 19, 2023
1 parent f894277 commit 7e09835
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/build-info/src/runtime/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Brew } from './brew.js'
import { Bun } from './bun.js'
import { Emacs } from './cask.js'
import { Go } from './go.js'
import { Java } from './java.js'
Expand All @@ -9,4 +10,4 @@ import { Ruby } from './ruby.js'
import { Rust } from './rust.js'
import { Swift } from './swift.js'

export const runtimes = [Node, Ruby, Brew, Emacs, Go, Java, Php, Rust, Swift, Python]
export const runtimes = [Node, Ruby, Brew, Bun, Emacs, Go, Java, Php, Rust, Swift, Python]

0 comments on commit 7e09835

Please sign in to comment.