Update package.json: Add repository url field (#1511)

This commit is contained in:
Elan Ruusamäe
2024-01-31 14:38:08 +02:00
committed by GitHub
parent acf9c98b10
commit 64a9477c1d

View File

@ -25,6 +25,10 @@
"keywords": [],
"author": "typicode <typicode@gmail.com>",
"license": "SEE LICENSE IN ./LICENSE",
"repository": {
"type": "git",
"url": "git+https://github.com/typicode/json-server.git"
},
"devDependencies": {
"@sindresorhus/tsconfig": "^5.0.0",
"@tailwindcss/typography": "^0.5.10",