Published package

This commit is contained in:
José Luis Garrido Labrador
2020-08-30 01:26:18 +02:00
parent 7debfeb875
commit 1920aaf11a
2 changed files with 12 additions and 4 deletions

View File

@@ -40,6 +40,8 @@
<h1 class="col-12 text-center">Modalizer.js</h1>
<h5 class="col-7 text-center font-weight-normal">Lightweight extension over bootstrap's modals to improve of the control, animations and visualization of modal windows.</h5>
<h6 class="col-12 text-right font-weight-bold">Licensed under MIT, created by José Luis Garrido-Labrador</h6>
<hr class="col-4 offset-4"/>
<h2 class="col-12 text-center">See it on <a href="https://github.com/jlgarridol/modalizerjs">GitHub</a></h2>
</div>
<hr>
<div class="row">

View File

@@ -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/" }
}