Skip to content

Commit

Permalink
Update package.json: Revise API description for clarity and change li…
Browse files Browse the repository at this point in the history
…cense to MIT
  • Loading branch information
ubeydeozdmr committed Nov 7, 2024
1 parent 2c84c02 commit fe84366
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "turkiye-api",
"version": "1.0.0",
"description": "This API allows you to get data about provinces/districts in Turkey. - Türkiye'deki iller/ilçeler hakkında veri almanızı sağlar.",
"description": "This REST API allows you to get data about settlements such as provinces, districts, neighborhoods and villages in Turkey. - Bu REST API Türkiye'deki iller, ilçeler, mahalleler ve köyler gibi yerleşim birimleri hakkında veri almanızı sağlar",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
Expand All @@ -16,7 +16,7 @@
"country"
],
"author": "Ubeyde Emir Özdemir",
"license": "ISC",
"license": "MIT",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.4.5",
Expand Down

0 comments on commit fe84366

Please sign in to comment.