Skip to content

Commit

Permalink
[js-dvhcvn] v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daohoangson committed Nov 1, 2023
1 parent f79a9ab commit b7203ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions transformers/js-dvhcvn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dvhcvn",
"version": "1.0.20230410",
"version": "1.1.20230410",
"description": "Three tiers of Vietnam's administrative units (last update: 01/07/2021)",
"files": [
"lib/*"
Expand All @@ -14,7 +14,7 @@
"generate": "tsx bin/generate.ts ../../data/dvhcvn.json > src/data.ts",
"postgenerate": "npm run format",
"prepare": "npm run build",
"prepublishOnly": "npm test",
"prepublishOnly": "npm run test:coverage",
"test": "vitest",
"test:coverage": "vitest --coverage --no-watch"
},
Expand Down

1 comment on commit b7203ef

@vercel
Copy link

@vercel vercel bot commented on b7203ef Nov 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

dvhcvn – ./

dvhcvn.vercel.app
dvhcvn-daohoangson.vercel.app
dvhcvn-git-master-daohoangson.vercel.app

Please sign in to comment.