Skip to content

Commit

Permalink
change webcomponents package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Majid Sajadi authored and Majid Sajadi committed Nov 10, 2024
1 parent b56baab commit e58341e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
},
"scripts": {
"clear:dist": "shx rm -rf dist",
"web-components:build": "pnpm --filter @tapsioss/rasti-web-components run build",
"web-components:release": "pnpm --filter @tapsioss/rasti-web-components run release",
"web-components:build": "pnpm --filter @tapsioss/web-components run build",
"web-components:release": "pnpm --filter @tapsioss/web-components run release",
"theme:build": "pnpm --filter @tapsioss/rasti-theme run build",
"theme:release": "pnpm --filter @tapsioss/rasti-theme run release",
"icons:build": "pnpm --filter @tapsioss/rasti-icons run build",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-components/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@tapsioss/rasti-web-components",
"name": "@tapsioss/web-components",
"version": "0.1.0",
"type": "module",
"engines": {
Expand Down

0 comments on commit e58341e

Please sign in to comment.