add self links to package.json

This commit is contained in:
2026-08-25 17:32:02 +03:00
parent 9c70764d97
commit 2df79a8feb
+10 -1
View File
@@ -3,6 +3,7 @@
"version": "0.1.0", "version": "0.1.0",
"description": "Configurable dashed border utility for Tailwind CSS v4", "description": "Configurable dashed border utility for Tailwind CSS v4",
"author": "Mira Gluhih", "author": "Mira Gluhih",
"contributors": [],
"type": "module", "type": "module",
"main": "./dist/index.js", "main": "./dist/index.js",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
@@ -20,6 +21,10 @@
"build": "tsc -p tsconfig.json", "build": "tsc -p tsconfig.json",
"check": "tsc -p tsconfig.json --noEmit" "check": "tsc -p tsconfig.json --noEmit"
}, },
"repository": {
"type": "git",
"url": "https://github.com/ArsenijSerjogin/tailwind-dashed-border.git"
},
"keywords": [ "keywords": [
"tailwindcss", "tailwindcss",
"tailwind", "tailwind",
@@ -37,5 +42,9 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"license": "MIT" "license": "MIT",
"bugs": {
"url": "https://github.com/ArsenijSerjogin/tailwind-dashed-border/issues"
},
"homepage": "https://github.com/ArsenijSerjogin/tailwind-dashed-border"
} }