Skip to content

Commit c36f3e8

Browse files
committed
chore(v): revise some deps
1 parent faae7aa commit c36f3e8

File tree

14 files changed

+310
-761
lines changed

14 files changed

+310
-761
lines changed

packages/add/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"main": "index.js",
66
"author": "",
77
"license": "MIT",
8+
"publishConfig": {
9+
"access": "public"
10+
},
811
"dependencies": {
912
"@webpack-cli/generators": "^0.0.1",
1013
"@webpack-cli/utils": "^0.0.1"

packages/generate-loader/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"example": "examples",
88
"test": "test"
99
},
10+
"publishConfig": {
11+
"access": "public"
12+
},
1013
"keywords": [],
1114
"author": "",
1215
"license": "MIT",

packages/generate-plugin/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"example": "examples",
88
"test": "test"
99
},
10+
"publishConfig": {
11+
"access": "public"
12+
},
1013
"keywords": [],
1114
"author": "",
1215
"license": "MIT",

packages/generators/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"keywords": [],
77
"author": "",
88
"license": "MIT",
9+
"publishConfig": {
10+
"access": "public"
11+
},
912
"dependencies": {
1013
"@webpack-cli/utils": "^0.0.1",
1114
"@webpack-cli/webpack-scaffold": "^0.0.1",

packages/info/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"main": "index.js",
66
"author": "",
77
"license": "MIT",
8+
"publishConfig": {
9+
"access": "public"
10+
},
811
"dependencies": {
912
"envinfo": "^5.6.0"
1013
}

packages/init/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"main": "index.js",
66
"author": "",
77
"license": "MIT",
8+
"publishConfig": {
9+
"access": "public"
10+
},
811
"dependencies": {
912
"@webpack-cli/utils": "^0.0.1",
1013
"chalk": "^2.4.1",

packages/make/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@
55
"main": "index.js",
66
"keywords": [],
77
"author": "",
8+
"publishConfig": {
9+
"access": "public"
10+
},
811
"license": "MIT"
912
}

0 commit comments

Comments
 (0)