rename: opendb-china-cities to opendb-city-china

This commit is contained in:
handongxun 2020-12-25 11:27:40 +08:00
parent 36c2f94ae5
commit 12b857c57d
3 changed files with 8 additions and 8 deletions

View File

@ -11,6 +11,10 @@
"description": "编码", "description": "编码",
"parentKey": "parent_code" "parentKey": "parent_code"
}, },
"parent_code": {
"bsonType": "string",
"description": "父级编码"
},
"name": { "name": {
"bsonType": "string", "bsonType": "string",
"description": "城市名称", "description": "城市名称",
@ -28,10 +32,6 @@
"bsonType": "string", "bsonType": "string",
"description": "城市名称的完整汉语拼音,用于拼音检索" "description": "城市名称的完整汉语拼音,用于拼音检索"
}, },
"parent_code": {
"bsonType": "string",
"description": "父级编码"
},
"zip_code": { "zip_code": {
"bsonType": "string", "bsonType": "string",
"description": "邮政编码", "description": "邮政编码",

View File

@ -1,10 +1,10 @@
{ {
"name": "@opendb/opendb-china-cities", "name": "@opendb/opendb-city-china",
"version": "0.0.1", "version": "0.0.1",
"description": "opendb-china-cities", "description": "opendb-city-china",
"keywords": ["中国城市省市区", "省", "市", "区"], "keywords": ["中国城市省市区", "省", "市", "区", "港澳台"],
"opendb": { "opendb": {
"title": "中国城市省市区", "title": "中国城市",
"type": "collection", "type": "collection",
"contributors": [ "contributors": [
{ {