From ade6d6347922e85d94a83253bbbf96941323f3c8 Mon Sep 17 00:00:00 2001 From: "pengfei.zhou" Date: Fri, 10 Jan 2020 14:56:30 +0800 Subject: [PATCH] js:add publish config --- doric-cli/package.json | 3 +++ doric-js/package.json | 5 ++++- doric-web/package.json | 5 ++++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/doric-cli/package.json b/doric-cli/package.json index 2c9507f0..32422e38 100644 --- a/doric-cli/package.json +++ b/doric-cli/package.json @@ -30,5 +30,8 @@ "shelljs": "^0.8.3", "source-map-merger": "^0.2.0", "typescript": "^3.7.4" + }, + "publishConfig": { + "registry": "https://registry.npmjs.org" } } \ No newline at end of file diff --git a/doric-js/package.json b/doric-js/package.json index cb6d3339..820f6e90 100644 --- a/doric-js/package.json +++ b/doric-js/package.json @@ -30,5 +30,8 @@ "tslib": "^1.10.0", "typescript": "^3.7.4", "ws": "^7.2.1" + }, + "publishConfig": { + "registry": "https://registry.npmjs.org" } -} +} \ No newline at end of file diff --git a/doric-web/package.json b/doric-web/package.json index b6a31c68..d14a634d 100644 --- a/doric-web/package.json +++ b/doric-web/package.json @@ -26,5 +26,8 @@ "doric": "file:../doric-js", "rollup": "^1.28.0", "typescript": "^3.7.4" + }, + "publishConfig": { + "registry": "https://registry.npmjs.org" } -} +} \ No newline at end of file