Skip to content

Commit

Permalink
chore: release v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LwveMike committed Apr 16, 2024
1 parent bed81fe commit 2037ce2
Show file tree
Hide file tree
Showing 4 changed files with 112 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@noction/tacacs-plus-repository",
"type": "module",
"version": "0.0.0",
"version": "0.0.1",
"packageManager": "[email protected]",
"description": "",
"author": "Noction",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playground",
"version": "0.0.0",
"version": "0.0.1",
"author": "Noction",
"license": "MIT",
"scripts": {
Expand Down
10 changes: 8 additions & 2 deletions packages/tacacs-plus/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@noction/tacacs-plus",
"type": "module",
"version": "0.0.0",
"version": "0.0.1",
"packageManager": "[email protected]",
"description": "Node.js Tacacs+ client",
"author": "Noction",
Expand All @@ -12,7 +12,13 @@
"url": "git+https://github.com/Noction/@noction/tacacs-plus.git"
},
"bugs": "https://github.com/Noction/@noction/tacacs-plus/issues",
"keywords": ["node", "tacacs-plus", "tacacs-client", "tacacs-plus-authentication", "tacacs-plus-authorization"],
"keywords": [
"node",
"tacacs-plus",
"tacacs-client",
"tacacs-plus-authentication",
"tacacs-plus-authorization"
],
"sideEffects": false,
"exports": {
".": {
Expand Down
Loading

0 comments on commit 2037ce2

Please sign in to comment.