Release 0.4.0
This commit is contained in:
parent
fb0c8c5285
commit
e2ceb8f4c3
2 changed files with 10 additions and 10 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue