Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gnpaone authored Oct 1, 2024
1 parent 1eccd45 commit 940f9bb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions npm/rust-just/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rust-just",
"version": "",
"version": "1.35.0",
"description": "🤖 Just a command runner",
"bin": "lib/index.mjs",
"exports": {
Expand Down Expand Up @@ -48,13 +48,13 @@
"typescript": "^5.3.3"
},
"optionalDependencies": {
"rust-just-darwin-arm64": "",
"rust-just-darwin-x64": "",
"rust-just-linux-arm": "",
"rust-just-linux-arm64": "",
"rust-just-linux-x64": "",
"rust-just-windows-arm64": "",
"rust-just-windows-x64": ""
"rust-just-darwin-arm64": "1.35.0",
"rust-just-darwin-x64": "1.35.0",
"rust-just-linux-arm": "1.35.0",
"rust-just-linux-arm64": "1.35.0",
"rust-just-linux-x64": "1.35.0",
"rust-just-windows-arm64": "1.35.0",
"rust-just-windows-x64": "1.35.0"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit 940f9bb

Please sign in to comment.