Skip to content

Commit

Permalink
Update to Alpine 3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Mar 4, 2022
1 parent 02b6116 commit 9963fae
Show file tree
Hide file tree
Showing 173 changed files with 15,802 additions and 1,667 deletions.
7 changes: 7 additions & 0 deletions alpinejs/packages/alpinejs/builds/cdn.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import Alpine from './../src/index'

window.Alpine = Alpine

queueMicrotask(() => {
Alpine.start()
})
3 changes: 3 additions & 0 deletions alpinejs/packages/alpinejs/builds/module.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import Alpine from './../src/index'

export default Alpine
Loading

0 comments on commit 9963fae

Please sign in to comment.