Skip to content

Commit

Permalink
5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fityannugroho committed Nov 23, 2024
1 parent 3e8ee52 commit d362a20
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "idn-area",
"version": "5.0.0",
"version": "5.1.0",
"description": "API that provides information about Indonesia administrative area.",
"author": "fityannugroho <[email protected]> (https://github.com/fityannugroho)",
"funding": "https://github.com/sponsors/fityannugroho",
Expand All @@ -9,7 +9,14 @@
"type": "git",
"url": "https://github.com/fityannugroho/idn-area"
},
"keywords": ["idn-area", "indonesia", "wilayah", "area", "data", "api"],
"keywords": [
"idn-area",
"indonesia",
"wilayah",
"area",
"data",
"api"
],
"scripts": {
"build": "nest build",
"prisma:gen": "tsx prisma/generate.ts",
Expand Down

0 comments on commit d362a20

Please sign in to comment.