-
-
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: update npmignore file to correct src folder send to npm and up…
…date README
- Loading branch information
1 parent
3ac4cb9
commit 83d8e06
Showing
2 changed files
with
5 additions
and
5 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 |
---|---|---|
|
@@ -26,18 +26,18 @@ If you want to help me, you can buy me a coffee (: | |
|
||
jsDelivr: | ||
```bash | ||
https://cdn.jsdelivr.net/npm/[email protected].1/dist/bundle.min.js | ||
https://cdn.jsdelivr.net/npm/[email protected].3/dist/bundle.min.js | ||
``` | ||
```html | ||
<scritp src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/bundle.min.js"></script> | ||
<scritp src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/bundle.min.js"></script> | ||
``` | ||
|
||
unpkg: | ||
```bash | ||
https://unpkg.com/[email protected].1/dist/bundle.js | ||
https://unpkg.com/[email protected].3/dist/bundle.js | ||
``` | ||
```html | ||
<scritp src="https://unpkg.com/[email protected].1/dist/bundle.js"></script> | ||
<scritp src="https://unpkg.com/[email protected].3/dist/bundle.js"></script> | ||
``` | ||
|
||
|
||
|
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