From 1920aaf11af792ade3015bffd4d2e48f91ba5a0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Garrido=20Labrador?= Date: Sun, 30 Aug 2020 01:26:18 +0200 Subject: [PATCH] Published package --- doc/index.html | 4 +++- package.json | 12 +++++++++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/doc/index.html b/doc/index.html index f055d63..af81e73 100644 --- a/doc/index.html +++ b/doc/index.html @@ -40,6 +40,8 @@

Modalizer.js

Lightweight extension over bootstrap's modals to improve of the control, animations and visualization of modal windows.
Licensed under MIT, created by José Luis Garrido-Labrador
+
+

See it on GitHub


@@ -385,4 +387,4 @@ - \ No newline at end of file + diff --git a/package.json b/package.json index 46703ed..a54ce2d 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "modalizer.js", + "name": "@jlgarridol/modalizer", "version": "1.0.0", "description": "Lightweight extension over bootstrap's modals to improve of the control, animations and visualization of modal windows.", "main": "dist/js/modalizer.js", @@ -24,10 +24,16 @@ "bugs": { "url": "https://github.com/jlgarridol/modalizerjs/issues" }, - "homepage": "https://github.com/jlgarridol/modalizerjs#readme", + "homepage": "http://modalizerjs.jlgarridol.com", "dependencies": { "animate.css": "^4.1.0", "bootstrap": "^4.5.2", "jquery": "^3.5.1" - } + }, + "directories": { + "doc": "doc" + }, + "devDependencies": {}, + "publishConfig": { "registry": "https://npm.pkg.github.com/" } + }