Skip to content

Commit 5c0f05e

Browse files
committed
update workspace name
1 parent 457ccd9 commit 5c0f05e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"description": "",
55
"scripts": {
6-
"astro": "pnpm --filter @frontend.mu/frontendmu-astro"
6+
"astro": "pnpm --filter @frontend.mu/astro"
77
},
88
"keywords": [],
99
"author": "",

packages/frontendmu-astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@frontend.mu/frontendmu-astro",
2+
"name": "@frontend.mu/astro",
33
"private": true,
44
"version": "0.0.3",
55
"type": "module",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"references": [
33
{
4-
"path": "@frontend.mu/frontendmu-astro"
4+
"path": "@frontend.mu/astro"
55
}
66
],
77
"compilerOptions": {}

0 commit comments

Comments
 (0)