aboutsummaryrefslogtreecommitdiff
path: root/lib/vnlib.browser
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-01-02 02:33:18 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2024-01-02 02:33:18 -0500
commite86fa273f2093089bec6379b6fa6b48625588a40 (patch)
treedb03cbc9d402277f37350062c3a50f75affd0913 /lib/vnlib.browser
parent0ca26fc63cc5311298575209b124516139f58206 (diff)
breaking changes: plugin service pools & move plugin api away from web related
Diffstat (limited to 'lib/vnlib.browser')
-rw-r--r--lib/vnlib.browser/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vnlib.browser/package.json b/lib/vnlib.browser/package.json
index d4b2864..1c63ba1 100644
--- a/lib/vnlib.browser/package.json
+++ b/lib/vnlib.browser/package.json
@@ -3,7 +3,7 @@
"version": "0.1.13",
"author": "Vaughn Nugent",
"description": "Client JavaScript helper library for vuejs3 web-apps for connecting with Essentials.Accounts plugin and vuejs helpers.",
- "repository":"https://github.com/VnUgE/vnlib.browser",
+ "repository":"https://github.com/VnUgE/Plugins.Essentials/tree/master/lib/vnlib.browser",
"copyright":"Copyright \u00A9 2023 Vaughn Nugent",
"type": "module",
"main": "./dist/index.js",