Skip to content

Commit 8e0e541

Browse files
committed
fix(template-plugin): 模板内的 publishConfig 配置错误
1 parent 869c05f commit 8e0e541

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

packages/template-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alilc/lowcode-template-plugin",
3-
"version": "1.0.0-beta.3",
3+
"version": "1.0.0-beta.4",
44
"description": "Ali lowCode engine plugin template",
55
"main": "index.js",
66
"scripts": {

packages/template-plugin/proj/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"pub": "npm publish"
1616
},
1717
"publishConfig": {
18-
"registry": "http://registry.npm.alibaba-inc.com"
18+
"access": "public",
19+
"registry": "https://registry.npmjs.org/"
1920
},
2021
"dependencies": {},
2122
"peerDependencies": {

0 commit comments

Comments
 (0)