chore: add publishConfig

This commit is contained in:
wuyue.xht 2020-03-17 12:22:41 +08:00
parent 3a1e900149
commit ad1f36d78e

View File

@ -3,6 +3,9 @@
"version": "0.0.1",
"description": "runtime for Ali lowCode engine",
"main": "lib/index.js",
"publishConfig": {
"registry": "https://registry.npm.alibaba-inc.com"
},
"files": [
"lib"
],