From 6fe6d70009b5d90be6fda79f79361f4e01890af8 Mon Sep 17 00:00:00 2001 From: AtaS Date: Thu, 10 Oct 2024 15:24:37 +0100 Subject: [PATCH] Rename to weblib-ui-js --- package-lock.json | 4 ++-- package.json | 4 ++-- tsconfig.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index fc5f93d..fee8555 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "@atas/webapp-ui-shared", + "name": "@atas/weblib-ui-js", "version": "1.2.45", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "@atas/webapp-ui-shared", + "name": "@atas/weblib-ui-js", "version": "1.2.45", "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index bc7b216..dd075d6 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@atas/webapp-ui-shared", + "name": "@atas/weblib-ui-js", "version": "1.2.45", "description": "Shared UI libraries for mobile-first web app development", "main": "dist/index.js", @@ -23,7 +23,7 @@ "license": "ISC", "repository": { "type": "git", - "url": "git+https://github.com/atas/webapp-ui-shared.git" + "url": "git+https://github.com/atas/weblib-ui-js.git" }, "publishConfig": { "registry": "https://npm.pkg.github.com" diff --git a/tsconfig.json b/tsconfig.json index a024e10..5a731b3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -41,7 +41,7 @@ "forceConsistentCasingInFileNames": true, "paths": { "*": ["dist/*"], - "@atas/webapp-ui-shared": ["dist"] + "@atas/weblib-ui-js": ["dist"] } }, "include": ["src/**/*"],