mirror of
https://github.com/moonrepo/setup-rust.git
synced 2025-04-20 09:38:43 +00:00
build: Bump version.
This commit is contained in:
parent
0027d396fa
commit
872c93e939
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "@moonrepo/setup-rust",
|
||||
"version": "0.4.1",
|
||||
"version": "0.4.3",
|
||||
"description": "A GitHub action for setting up Rust and Cargo.",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"build": "ncc build ./index.ts && ncc build ./post.ts --out ./dist/post",
|
||||
"check": "npm run lint && npm run typecheck",
|
||||
"check": "pnpm run lint && pnpm run typecheck",
|
||||
"lint": "eslint --ext .ts,.js --fix .",
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue