add self links to package.json
This commit is contained in:
+10
-1
@@ -3,6 +3,7 @@
|
||||
"version": "0.1.0",
|
||||
"description": "Configurable dashed border utility for Tailwind CSS v4",
|
||||
"author": "Mira Gluhih",
|
||||
"contributors": [],
|
||||
"type": "module",
|
||||
"main": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
@@ -20,6 +21,10 @@
|
||||
"build": "tsc -p tsconfig.json",
|
||||
"check": "tsc -p tsconfig.json --noEmit"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/ArsenijSerjogin/tailwind-dashed-border.git"
|
||||
},
|
||||
"keywords": [
|
||||
"tailwindcss",
|
||||
"tailwind",
|
||||
@@ -37,5 +42,9 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"license": "MIT"
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/ArsenijSerjogin/tailwind-dashed-border/issues"
|
||||
},
|
||||
"homepage": "https://github.com/ArsenijSerjogin/tailwind-dashed-border"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user