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 92c6cdf + 3c766f2 commit f87b7a1
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.15-alpha.3",
"version": "1.0.16-alpha.3",
"bin": {
"paseto_cli": "bin/paseto_cli"
},
"scripts": {
"postinstall": "node ./install.js"
},
"optionalDependencies": {
"paseto_cli-linux-x64": "1.0.15-alpha.3",
"paseto_cli-darwin-x64": "1.0.15-alpha.3",
"paseto_cli-darwin-aarch64": "1.0.15-alpha.3",
"paseto_cli-windows-x64": "1.0.15-alpha.3"
"paseto_cli-linux-x64": "1.0.16-alpha.3",
"paseto_cli-darwin-x64": "1.0.16-alpha.3",
"paseto_cli-darwin-aarch64": "1.0.16-alpha.3",
"paseto_cli-windows-x64": "1.0.16-alpha.3"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit f87b7a1

Please sign in to comment.