Skip to content

Commit 357c7fb

Browse files
committed
chore: update package info
1 parent 5b44bd3 commit 357c7fb

File tree

7 files changed

+11
-6
lines changed

7 files changed

+11
-6
lines changed

packages/bridge/bridge-react-webpack-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"repository": {
1010
"type": "git",
1111
"url": "git+https://github.com/module-federation/core.git",
12-
"directory": "packages/bridge-react-webpack-plugin"
12+
"directory": "packages/bridge/bridge-react-webpack-plugin"
1313
},
1414
"main": "./dist/index.cjs.js",
1515
"module": "./dist/index.es.js",

packages/bridge/bridge-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"repository": {
1111
"type": "git",
1212
"url": "git+https://github.com/module-federation/core.git",
13-
"directory": "packages/bridge-react"
13+
"directory": "packages/bridge/bridge-react"
1414
},
1515
"main": "./dist/index.cjs.js",
1616
"module": "./dist/index.es.js",

packages/bridge/bridge-shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"repository": {
1010
"type": "git",
1111
"url": "git+https://github.com/module-federation/core.git",
12-
"directory": "packages/bridge-shared"
12+
"directory": "packages/bridge/bridge-shared"
1313
},
1414
"type": "module",
1515
"main": "./dist/index.umd.js",

packages/bridge/vue3-bridge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/module-federation/core.git",
8-
"directory": "packages/vue3-bridge"
8+
"directory": "packages/bridge/vue3-bridge"
99
},
1010
"version": "0.19.0",
1111
"publishConfig": {

packages/modernjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"repository": {
1616
"type": "git",
1717
"url": "git+https://github.com/module-federation/core.git",
18-
"directory": "packages/repository"
18+
"directory": "packages/modernjs"
1919
},
2020
"exports": {
2121
".": {

packages/rspress-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"repository": {
1818
"type": "git",
1919
"url": "git+https://github.com/module-federation/core.git",
20-
"directory": "packages/rsbuild-plugin"
20+
"directory": "packages/rspress-plugin"
2121
},
2222
"license": "MIT",
2323
"author": "hanric <[email protected]>",

packages/runtime-plugins/inject-external-runtime-core-plugin/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
"publishConfig": {
1616
"access": "public"
1717
},
18+
"repository": {
19+
"type": "git",
20+
"url": "git+https://github.com/module-federation/core.git",
21+
"directory": "packages/runtime-plugins/inject-external-runtime-core-plugin"
22+
},
1823
"author": "zhanghang <[email protected]>",
1924
"sideEffects": false,
2025
"main": "./dist/index.cjs.cjs",

0 commit comments

Comments
 (0)