-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 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 |
---|---|---|
|
@@ -34,7 +34,7 @@ Which method you use will depend on how you prefer to use and import Alpine.js. | |
|
||
If you load Alpine from a CDN like [jsdelivr](https://www.jsdelivr.com/package/npm/async-alpine) or [unpkg](https://unpkg.com/async-alpine) with a script tag you can load Async Alpine via the same method: | ||
```html | ||
<script src="https://unpkg.com/async-alpine@0.1.x/dist/async-alpine.script.js"></script> | ||
<script src="https://unpkg.com/async-alpine@0.3.x/dist/async-alpine.script.js"></script> | ||
<script src="https://unpkg.com/[email protected]/dist/cdn.min.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "async-alpine", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "Load Alpine Componenets asyncronously. Allows for code splitting and lazy loading components!", | ||
"author": "Alistair Shepherd <[email protected]>", | ||
"license": "Apache-2.0", | ||
|