From 7514a996ea29f2292ec31cea4c3e24784b555144 Mon Sep 17 00:00:00 2001 From: PH7-Jack Date: Mon, 15 Aug 2022 01:58:02 -0300 Subject: [PATCH] enhance npm package details --- package.json | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 920bcd2..484c47b 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,25 @@ { "name": "@wireui/alpinejs-hold-directive", "private": false, - "version": "1.0.0", + "version": "1.0.1", "description": "Alpine.js x-hold directive", "main": "dist/index.js", - "repository": "git@github.com:wireui/alpine-hold-directive.git", + "keywords": [ + "wireui", + "hold directive", + "js hold function", + "ts hold function", + "alpinejs hold directive", + "alpine hold" + ], + "repository": { + "type": "git", + "url": "git+git@github.com:wireui/alpine-hold-directive.git" + }, + "bugs": { + "url" : "https://github.com/wireui/alpinejs-hold-directive/issues" + }, + "homepage": "https://github.com/wireui/alpinejs-hold-directive", "author": "PH7-Jack ", "license": "MIT", "scripts": {