Skip to content

Commit f5abacc

Browse files
ryok90theGrep01
authored andcommitted
fix: metro packages project.json name
1 parent 573527d commit f5abacc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/metro-core/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@module-federation/metro",
2+
"name": "metro-core",
33
"$schema": "../../node_modules/nx/schemas/project-schema.json",
44
"sourceRoot": "packages/metro-core/src",
55
"projectType": "library",

packages/metro-plugin-rnc-cli/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@module-federation/metro-plugin-rnc-cli",
2+
"name": "metro-plugin-rnc-cli",
33
"$schema": "../../node_modules/nx/schemas/project-schema.json",
44
"sourceRoot": "packages/metro-plugin-rnc-cli/",
55
"projectType": "library",

packages/metro-plugin-rnef/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@module-federation/metro-plugin-rnef",
2+
"name": "metro-plugin-rnef",
33
"$schema": "../../node_modules/nx/schemas/project-schema.json",
44
"sourceRoot": "packages/metro-plugin-rnef/src",
55
"projectType": "library",

0 commit comments

Comments
 (0)