From a1db2c76b41e3d59b1ab8e65b9b9b1c9eb9cdc1d Mon Sep 17 00:00:00 2001 From: cookfront Date: Tue, 28 Feb 2017 18:03:14 +0800 Subject: [PATCH] [build] 0.0.7 --- build/release.sh | 4 ++-- packages/zanui-css/package.json | 2 +- src/index.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/release.sh b/build/release.sh index 10858e8de..b9b11885b 100644 --- a/build/release.sh +++ b/build/release.sh @@ -19,7 +19,7 @@ then echo "Releasing zanui-css $VERSION ..." cd packages/zanui-css npm version $VERSION --message "[release] $VERSION" - npm publish + npm publish --registry=http://registry.npm.qima-inc.com cd ../.. # commit @@ -31,5 +31,5 @@ then git push origin master git push origin refs/tags/v$VERSION - npm publish + npm publish --registry=http://registry.npm.qima-inc.com fi diff --git a/packages/zanui-css/package.json b/packages/zanui-css/package.json index e0607a447..3cfec3a05 100644 --- a/packages/zanui-css/package.json +++ b/packages/zanui-css/package.json @@ -1,6 +1,6 @@ { "name": "@youzan/zanui-css", - "version": "0.0.4", + "version": "0.0.7", "description": "zanui css.", "main": "lib/index.css", "style": "lib/index.css", diff --git a/src/index.js b/src/index.js index 1927092c2..7f1726f93 100644 --- a/src/index.js +++ b/src/index.js @@ -41,7 +41,7 @@ if (typeof window !== 'undefined' && window.Vue) { module.exports = { install, - version: '0.0.4', + version: '0.0.7', Button, Switch, Field,