Skip to content

Commit

Permalink
2.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yuri authored and yuri committed Jul 3, 2017
1 parent 8e3cae3 commit 4116aa0
Show file tree
Hide file tree
Showing 10 changed files with 71,054 additions and 51,396 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,8 @@ module.exports = {
'consistent-return': 0,
'no-mixed-operators': 0,
'no-return-assign': 0,
'max-len': 0,
'no-unused-expressions': 0,
'import/no-dynamic-require': 0,
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-beauty",
"version": "2.0.0-beta.2",
"version": "2.0.0-beta.3",
"description": "Ant Design components built with Vue.js",
"author": "G7:FE-driver",
"main": "package/vue-beauty.min.js",
Expand Down Expand Up @@ -42,12 +42,12 @@
"axios": "^0.16.2",
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.0",
"babel-loader": "^7.1.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.5.2",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.24.1",
"chalk": "^1.1.3",
"chalk": "^2.0.1",
"cheerio": "^0.22.0",
"clipboard": "^1.7.1",
"connect-history-api-fallback": "^1.3.0",
Expand All @@ -59,7 +59,7 @@
"eslint-import-resolver-webpack": "^0.8.3",
"eslint-loader": "^1.8.0",
"eslint-plugin-html": "^2.0.3",
"eslint-plugin-import": "^2.6.0",
"eslint-plugin-import": "^2.6.1",
"eventsource-polyfill": "^0.9.6",
"express": "^4.15.3",
"extract-text-webpack-plugin": "^2.1.2",
Expand All @@ -85,7 +85,7 @@
"vue": "^2.3.4",
"vue-loader": "^12.2.1",
"vue-markdown-loader": "^1.0.0",
"vue-router": "^2.6.0",
"vue-router": "^2.7.0",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.3.4",
"webpack": "^3.0.0",
Expand Down
Loading

0 comments on commit 4116aa0

Please sign in to comment.