mirror of
https://github.com/jlgarridol/Modalizer.js.git
synced 2026-02-14 00:51:35 +01:00
CDN patched
This commit is contained in:
@@ -14,8 +14,8 @@ $ npm install @jlgarridol/modalizer.js@1.0.1
|
|||||||
```
|
```
|
||||||
or add it directly using a CDN:
|
or add it directly using a CDN:
|
||||||
```html
|
```html
|
||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@jlgarridol/modalizer.js@1.0.1/dist/css/modalizer.min.css">
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@jlgarridol/modalizer.js@1.0.2/dist/css/modalizer.min.css">
|
||||||
<script src="https://cdn.jsdelivr.net/npm/@jlgarridol/modalizer.js@1.0.1/dist/js/modalizer.min.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/@jlgarridol/modalizer.js@1.0.2/dist/js/modalizer.min.js"></script>
|
||||||
```
|
```
|
||||||
|
|
||||||
### Basic usage
|
### Basic usage
|
||||||
|
|||||||
@@ -35,6 +35,6 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {},
|
"devDependencies": {},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"registry": "http://registry.npmjs.org/"
|
"registry": "https://npm.pkg.github.com/"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user