From 7ea41908d1889aa83356ebf9f2f3e23d5c3a798e Mon Sep 17 00:00:00 2001 From: MaDnh Date: Sat, 8 Apr 2023 16:36:51 +0700 Subject: [PATCH] 1.6.0 --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4cefcbe..3920f57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hanhchinhvn", - "version": "1.4.0", + "version": "1.6.0", "description": "Phân cấp hành chính Việt Nam export từ nguồn Tổng Cục Thống Kê.", "main": "dist/", "scripts": { @@ -20,5 +20,7 @@ "url": "https://github.com/madnh/hanhchinhvn/issues" }, "homepage": "https://github.com/madnh/hanhchinhvn#readme", - "files": ["dist"] + "files": [ + "dist" + ] }