feat: merge local bunfig with action scope/registry config

This commit is contained in:
Vitor Gomes 2023-11-16 16:07:00 -03:00
parent 830e319e28
commit 8c0b797097
8 changed files with 201 additions and 14 deletions

View file

@ -1,7 +1,7 @@
{
"private": true,
"name": "setup-bun",
"version": "1.0.0",
"version": "1.1.1",
"description": "Setup Bun on GitHub Actions.",
"keywords": [
"bun",
@ -31,6 +31,7 @@
},
"devDependencies": {
"@types/node": "^20.8.2",
"bun-types": "latest",
"esbuild": "^0.19.2",
"prettier": "^2.8.4",
"typescript": "^4.9.5"