china-division
Advanced tools
Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "china-division", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "中华人民共和国行政区划:省份、城市、区县、乡镇(街道)", | ||
@@ -5,0 +5,0 @@ "main": "scripts/exp.js", |
@@ -6,3 +6,3 @@ # Administrative-divisions-of-China | ||
[![npm](https://img.shields.io/npm/v/china-division.svg)](https://www.npmjs.com/package/china-division) | ||
[![downloads](https://img.shields.io/github/downloads/modood/Administrative-divisions-of-China/total.svg)](https://github.com/modood/Administrative-divisions-of-China/releases) | ||
[![downloads](https://img.shields.io/npm/dt/china-division.svg)](https://www.npmjs.com/package/china-division) | ||
[![license](https://img.shields.io/badge/license-WTFPL%20--%20Do%20What%20the%20Fuck%20You%20Want%20to%20Public%20License-green.svg)](https://raw.githubusercontent.com/modood/Administrative-divisions-of-China/master/LICENSE) | ||
@@ -9,0 +9,0 @@ |
@@ -232,3 +232,3 @@ const http = require('http') | ||
streets.push({ | ||
code: k, | ||
code: k.substr(0, 9), | ||
name: data[k], | ||
@@ -235,0 +235,0 @@ parent_code: k.substr(0, 6) |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
5948133