-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Bump multiform-validator version to 2.1.3
- Loading branch information
1 parent
fd8c211
commit f5c190d
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,24 +17,24 @@ Feel free to find bugs and report them to me. Your feedback is highly appreciate | |
|
||
jsDelivr: | ||
```bash | ||
https://cdn.jsdelivr.net/npm/[email protected].2/dist/bundle.min.js | ||
https://cdn.jsdelivr.net/npm/[email protected].3/dist/bundle.min.js | ||
``` | ||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/bundle.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/bundle.min.js"></script> | ||
``` | ||
|
||
unpkg: | ||
```bash | ||
https://unpkg.com/[email protected].2/dist/bundle.js | ||
https://unpkg.com/[email protected].3/dist/bundle.js | ||
``` | ||
```html | ||
<script src="https://unpkg.com/[email protected].2/dist/bundle.js"></script> | ||
<script src="https://unpkg.com/[email protected].3/dist/bundle.js"></script> | ||
``` | ||
|
||
### Example of use with CDN | ||
|
||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/bundle.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/bundle.min.js"></script> | ||
<script> | ||
const emailResult = isEmail('123456'); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters