From 2de3040f63b37de0f72ca164072593dc96524989 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 12:35:18 +0300 Subject: [PATCH 1/2] package.json update --- package.json | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8509f34..0b79645 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,19 @@ { - "name": "jquerytools", - "version": "1.2.11" + "name": "@regru/jquery-tools", + "version": "1.2.11", + "description": "The Missing UI library for the Web", + "directories": { + "lib": "lib", + "test": "test" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/regru/jquerytools.git" + }, + "author": "Tero Piirainen", + "license": "MIT", + "bugs": { + "url": "https://github.com/regru/jquerytools/issues" + }, + "homepage": "https://github.com/regru/jquerytools#readme" } From c9b54c2550d6d21472c9d074d146ae80a09e76a0 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 12:38:46 +0300 Subject: [PATCH 2/2] added npmignore --- .npmignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..9daeafb --- /dev/null +++ b/.npmignore @@ -0,0 +1 @@ +test