Skip to content

Commit

Permalink
add bun to config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan Arrowood committed Sep 11, 2023
1 parent cc33de0 commit a121f18
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,40 @@
}
}
}
},
"bun": {
"default": "1.0.0",
"fetchLatestFrom": {
"type": "npm",
"package": "bun"
},
"transparent": {
"commands": [
[
"bun",
"init"
],
[
"bunx"
]
]
},
"ranges": {
"*": {
"url": "https://registry.npmjs.org/bun/-/bun-{}.tgz",
"bin": {
"bun": "./bin/bun",
"bunx": "./bin/bun"
},
"registry": {
"type": "npm",
"package": "bun"
},
"commands": {
"use": ["bun", "install"]
}
}
}
}
}
}

0 comments on commit a121f18

Please sign in to comment.