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/**/*"],