From 8f980b4af987ff7e8c5d5fa91ecb9c985415e1cf Mon Sep 17 00:00:00 2001 From: Benjy Cui Date: Fri, 9 Sep 2016 16:02:20 +0800 Subject: [PATCH] bump 2.0.0-beta.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9d86fb7a2d..1224367a43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "antd", - "version": "1.11.0", + "version": "2.0.0-beta.0", "title": "Ant Design", "description": "An enterprise-class UI design language and React-based implementation", "homepage": "http://ant.design/", @@ -134,7 +134,7 @@ "pre-deploy": "mkdir -p _site && cp CNAME _site", "deploy": "npm run clean && npm run pre-deploy && bisheng gh-pages -c ./site/bisheng.config.js", "lint": "npm run tslint && tsc && npm run srclint && npm run demolint && npm run lesshint", - "srclint": "RUN_ENV=SRC eslint test site scripts ./*.js --ext '.js,.jsx,.tsx'", + "srclint": "RUN_ENV=SRC eslint test site scripts ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx,.tsx'", "tslint": "antd-tools run ts-lint", "demolint": "RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'", "lesshint": "lesshint components -r scripts/lesshint-report.js",