Skip to content

Commit fcd02fd

Browse files
authored
update package name and config
1 parent 6cf6675 commit fcd02fd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
2-
"name": "@nimish.gj/mikrotik-wireguard-client-manager",
2+
"name": "@infraspecdev/mikrotik-wireguard-client-manager",
33
"version": "1.0.0",
44
"description": "A Node.js package for managing WireGuard VPN clients on MikroTik routers via SSH",
55
"main": "dist/index.js",
6+
"repository": "infraspecdev/mikrotik-wireguard-client-manager",
67
"scripts": {
78
"build": "tsc",
89
"start": "node dist/index.js",
@@ -27,5 +28,8 @@
2728
},
2829
"dependencies": {
2930
"ssh2": "^1.16.0"
31+
},
32+
"publishConfig": {
33+
"access":"public"
3034
}
3135
}

0 commit comments

Comments
 (0)