Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dwqs committed Mar 7, 2018
1 parent 7e5f56e commit 3a4b30e
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "area-data",
"version": "1.0.0",
"version": "2.0.0",
"author": "[email protected]",
"description": "中国省、市、区、街道数据",
"license": "MIT",
Expand All @@ -13,7 +13,11 @@
"bugs": {
"url": "https://github.com/dwqs/area-data/issues"
},
"files": ["data.js"],
"files": [
"data.js",
"package.json",
"README.md"
],
"keywords": [
"china",
"area",
Expand All @@ -24,7 +28,8 @@
"中国省份"
],
"devDependencies": {
"china-area-data": "^3.0.0",
"lodash": "^4.17.4"
}
"lodash": "^4.17.4",
"china-area-data": "^4.0.0"
},
"dependencies": {}
}

0 comments on commit 3a4b30e

Please sign in to comment.