Skip to content

Commit

Permalink
oops, forgot the publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
willbreitkreutz committed Dec 4, 2024
1 parent 1b22dd3 commit cf6d6e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "A minimalist, zero-dependency, Keycloak JavaScript class to support a limited subset of authentication workflows",
"main": "Keycloak.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"pub": "npm publish --access=public"
},
"author": "@willbreitkreutz @randal.goss",
"license": "MIT"
Expand Down

0 comments on commit cf6d6e2

Please sign in to comment.