From a23a4803c082c5fe48530b2b64e62f157b9b5e62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=BB=D0=B0=D0=B4=D0=B8=D0=BC=D0=B8=D1=80=20=D0=AE?= =?UTF-8?q?=D1=88=D0=BA=D0=BE=D0=B2?= Date: Wed, 28 Dec 2022 14:48:08 +0300 Subject: [PATCH 1/3] Added npmignore and fixed package.json --- .npmignore | 2 ++ package.json | 24 +++++++++++++++++++++--- 2 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..ad5d505 --- /dev/null +++ b/.npmignore @@ -0,0 +1,2 @@ +example + diff --git a/package.json b/package.json index fc11bf1..6724d19 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,22 @@ -{ - "name": "jQuery-menu-aim", - "version": "1.0.0" + { + "name": "jquery-menu-aim", + "version": "1.0.0", + "description": "jQuery-menu-aim ===============", + "main": "jquery.menu-aim.js", + "directories": { + "example": "example" + }, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/regru/jQuery-menu-aim.git" + }, + "author": "Ben Kamens", + "license": "MIT", + "bugs": { + "url": "https://github.com/vyushkoff/jQuery-menu-aim/issues" + }, + "homepage": "https://github.com/vyushkoff/jQuery-menu-aim#readme" } From bd62676164d1bbf188804b9517cdf240644a2ff1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=BB=D0=B0=D0=B4=D0=B8=D0=BC=D0=B8=D1=80=20=D0=AE?= =?UTF-8?q?=D1=88=D0=BA=D0=BE=D0=B2?= Date: Wed, 28 Dec 2022 14:49:12 +0300 Subject: [PATCH 2/3] Fixed package.json --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 6724d19..8467475 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,11 @@ { "name": "jquery-menu-aim", "version": "1.0.0", - "description": "jQuery-menu-aim ===============", + "description": "jQuery plugin to fire events when user's cursor aims at particular dropdown menu items.", "main": "jquery.menu-aim.js", "directories": { "example": "example" }, - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, "repository": { "type": "git", "url": "git+https://github.com/regru/jQuery-menu-aim.git" From c431f9269fd0c18db8266b636ff883d285f45768 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=BB=D0=B0=D0=B4=D0=B8=D0=BC=D0=B8=D1=80=20=D0=AE?= =?UTF-8?q?=D1=88=D0=BA=D0=BE=D0=B2?= Date: Wed, 28 Dec 2022 14:50:11 +0300 Subject: [PATCH 3/3] Fixed package namespace --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8467475..2bd17e2 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "jquery-menu-aim", + "name": "@regru/jquery-menu-aim", "version": "1.0.0", "description": "jQuery plugin to fire events when user's cursor aims at particular dropdown menu items.", "main": "jquery.menu-aim.js",