diff --git a/package.json b/package.json index a56c34dd..0b4d37f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ice/stark", - "version": "2.0.2-0", + "version": "2.0.2", "description": "Icestark is a JavaScript library for multiple projects, Ice workbench solution.", "scripts": { "install:deps": "rm -rf node_modules && rm -rf ./packages/*/node_modules && yarn install && lerna exec -- npm install", diff --git a/packages/icestark-module/package.json b/packages/icestark-module/package.json index 162beb82..e2e796e9 100644 --- a/packages/icestark-module/package.json +++ b/packages/icestark-module/package.json @@ -17,9 +17,6 @@ "files": [ "lib" ], - "publishConfig": { - "registry": "http://registry.npmjs.com/" - }, "keywords": [ "modules", "icestark" diff --git a/packages/icestark-sandbox/package.json b/packages/icestark-sandbox/package.json index 7f137fcc..4ccd1e43 100644 --- a/packages/icestark-sandbox/package.json +++ b/packages/icestark-sandbox/package.json @@ -17,9 +17,6 @@ "files": [ "lib" ], - "publishConfig": { - "registry": "http://registry.npmjs.com/" - }, "keywords": [ "sandbox", "icestark"