Prepare package

This commit is contained in:
José Luis Garrido Labrador
2020-08-30 01:43:09 +02:00
parent 2ab51c21d6
commit 6e6b1ede49

View File

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