Skip to content

Commit

Permalink
j
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnavK-09 committed May 7, 2024
1 parent ebf6c4a commit bb10182
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ jobs:
shell: bash
run: |
cd npm
npm install
npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
14 changes: 7 additions & 7 deletions npm/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "rust_cli_for_npx",
"version": "0.0.3",
"version": "0.0.4",
"bin": "index.js",
"scripts": {
"dev": "node index.js"
},
"optionalDependencies": {
"app-linux-x64": "0.1.0",
"app-linux-arm64": "0.1.0",
"app-darwin-x64": "0.1.0",
"app-darwin-arm64": "0.1.0",
"app-windows-x64": "0.1.0",
"app-windows-arm64": "0.1.0"
"rust_cli_for_npx-linux-x64": "0.0.4",
"rust_cli_for_npx-linux-arm64": "0.0.4",
"rust_cli_for_npx-darwin-x64": "0.0.4",
"rust_cli_for_npx-darwin-arm64": "0.0.4",
"rust_cli_for_npx-windows-x64": "0.0.4",
"rust_cli_for_npx-windows-arm64": "0.0.4"
}
}

0 comments on commit bb10182

Please sign in to comment.