Skip to content

Commit 1c1de0f

Browse files
committed
Use organization in package names
1 parent 87cd9c1 commit 1c1de0f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "starlight-theme-mtasa-docs",
2+
"name": "@multitheftauto/starlight-theme-mtasa-docs",
33
"version": "1.0.0",
44
"description": "Starlight theme for Multi Theft Auto",
55
"type": "module",
@@ -26,6 +26,6 @@
2626
"@astrojs/starlight": "^0.31.1",
2727
"astro": "^5.1.5",
2828
"sharp": "^0.32.5",
29-
"starlight-theme-mtasa": "*"
29+
"@multitheftauto/starlight-theme-mtasa": "*"
3030
}
3131
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "starlight-theme-mtasa-monorepo",
2+
"name": "@multitheftauto/starlight-theme-mtasa-monorepo",
33
"workspaces": [
44
"docs/",
55
"packages/*"

packages/starlight-theme-mtasa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "starlight-theme-mtasa",
2+
"name": "@multitheftauto/starlight-theme-mtasa",
33
"version": "1.0.0",
44
"description": "Starlight theme for Multi Theft Auto",
55
"type": "module",

0 commit comments

Comments
 (0)