Skip to content

Commit

Permalink
更新省市区数据
Browse files Browse the repository at this point in the history
  • Loading branch information
Plortinus committed Apr 10, 2017
1 parent d9f2f0a commit ea414f0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ value是区域码`"110000"`

## 数据来源

[china-area-data v2.0.0](https://github.com/airyland/china-area-data)
[china-area-data v3.0.0](https://github.com/airyland/china-area-data)

## 开发过程( :joy: 需要优化)

Expand Down
2 changes: 1 addition & 1 deletion docs/index_bundles.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "element-china-area-data",
"version": "2.0.0",
"version": "3.0.0",
"description": "Element UI 级联 中国省市区数据",
"main": "./dist/app.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"homepage": "https://github.com/Plortinus/element-china-area-data#readme",
"dependencies": {
"china-area-data": "^2.0.0"
"china-area-data": "^3.0.0"
},
"devDependencies": {
"babel-core": "^6.23.1",
Expand All @@ -47,9 +47,9 @@
"style-loader": "^0.13.1",
"uglifyjs-webpack-plugin": "^0.2.2",
"url-loader": "^0.5.7",
"vue": "^2.2.4",
"vue": "^2.2.6",
"vue-loader": "^11.1.2",
"vue-template-compiler": "^2.2.4",
"vue-template-compiler": "^2.2.6",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1"
}
Expand Down

0 comments on commit ea414f0

Please sign in to comment.