Skip to content

Commit e32b3dc

Browse files
authored
fix: publish to npm failed because of name conflicts (#424)
1 parent 6d0c406 commit e32b3dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/examples/webpack-host/host/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "webpack-host-host",
2+
"name": "@webpack-host/host",
33
"version": "0.0.0",
44
"private": true,
55
"scripts": {

packages/examples/webpack-host/remote/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "webpack-host-remote",
2+
"name": "@webpack-host/remote",
33
"private": true,
44
"version": "0.0.0",
55
"type": "module",

0 commit comments

Comments
 (0)