js:add publish config

This commit is contained in:
pengfei.zhou 2020-01-10 14:56:30 +08:00 committed by osborn
parent 42d8258309
commit ade6d63479
3 changed files with 11 additions and 2 deletions

View File

@ -30,5 +30,8 @@
"shelljs": "^0.8.3",
"source-map-merger": "^0.2.0",
"typescript": "^3.7.4"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}

View File

@ -30,5 +30,8 @@
"tslib": "^1.10.0",
"typescript": "^3.7.4",
"ws": "^7.2.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}
}

View File

@ -26,5 +26,8 @@
"doric": "file:../doric-js",
"rollup": "^1.28.0",
"typescript": "^3.7.4"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}
}