Skip to content

Commit

Permalink
Rename to weblib-ui-js
Browse files Browse the repository at this point in the history
  • Loading branch information
atas committed Oct 10, 2024
1 parent b10458b commit 6fe6d70
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"forceConsistentCasingInFileNames": true,
"paths": {
"*": ["dist/*"],
"@atas/webapp-ui-shared": ["dist"]
"@atas/weblib-ui-js": ["dist"]
}
},
"include": ["src/**/*"],
Expand Down

0 comments on commit 6fe6d70

Please sign in to comment.