Skip to content

Commit

Permalink
Revert "♻️ Migrate to Typescript"
Browse files Browse the repository at this point in the history
This reverts commit a141bee.
  • Loading branch information
marcreichel committed Jan 8, 2023
1 parent 21da851 commit 7058e93
Show file tree
Hide file tree
Showing 11 changed files with 116 additions and 141 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/build.yml

This file was deleted.

5 changes: 5 additions & 0 deletions builds/cdn.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import autosize from '../src/index.js';

document.addEventListener('alpine:init', () => {
autosize(window.Alpine);
});
5 changes: 0 additions & 5 deletions builds/cdn.ts

This file was deleted.

97 changes: 54 additions & 43 deletions dist/alpine-autosize.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/alpine-autosize.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/alpine-autosize.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7058e93

Please sign in to comment.