From 6e6b1ede497d1a719f6f4bac5f567200e53eebac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Garrido=20Labrador?= Date: Sun, 30 Aug 2020 01:43:09 +0200 Subject: [PATCH] Prepare package --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a54ce2d..6368efc 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@jlgarridol/modalizer", + "name": "@jlgarridol/modalizer.js", "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", @@ -34,6 +34,7 @@ "doc": "doc" }, "devDependencies": {}, - "publishConfig": { "registry": "https://npm.pkg.github.com/" } - + "publishConfig": { + "registry": "https://npm.pkg.github.com/" + } }