Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrodzilla committed Jul 25, 2024
2 parents 1871e72 + d3c5d70 commit 3b39fa3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@govcraft/paseto_cli",
"version": "1.0.22-alpha.3",
"version": "1.0.23-alpha.3",
"bin": {
"paseto_cli": "bin/paseto_cli"
},
"scripts": {
"postinstall": "node ./install.js"
},
"optionalDependencies": {
"paseto_cli-linux-x64": "1.0.22-alpha.3",
"paseto_cli-darwin-x64": "1.0.22-alpha.3",
"paseto_cli-darwin-aarch64": "1.0.22-alpha.3",
"paseto_cli-windows-x64": "1.0.22-alpha.3"
"paseto_cli-linux-x64": "1.0.23-alpha.3",
"paseto_cli-darwin-x64": "1.0.23-alpha.3",
"paseto_cli-darwin-aarch64": "1.0.23-alpha.3",
"paseto_cli-windows-x64": "1.0.23-alpha.3"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 3b39fa3

Please sign in to comment.