Release 0.4.0

This commit is contained in:
Alex Rodionov 2024-01-18 11:57:13 -08:00
parent fb0c8c5285
commit e2ceb8f4c3
2 changed files with 10 additions and 10 deletions

View file

@ -1,10 +1,10 @@
{
"name": "setup-bazel",
"version": "0.3.2",
"version": "0.4.0",
"description": "Install and configure Bazel for GitHub Actions",
"main": "index.js",
"engines" : {
"node" : "16.x"
"engines": {
"node": "16.x"
},
"scripts": {
"build": "ncc build index.js -s -o dist/main && ncc build post.js -s -o dist/post",
@ -20,4 +20,4 @@
"@vercel/ncc": "^0.36.0",
"yaml": "^2.2.1"
}
}
}