Skip to content

Commit

Permalink
Provide ESM and minified versions (#123)
Browse files Browse the repository at this point in the history
* Add esm, cjs, amd, min and gzip support

* Update package-lock.json files

* Add script tag print with version number and SRI hash in dist script

* Fix error in script tag print in dist script

* Add script comment, remove amd and cjs support

* Update dist-all.sh to be executable

* Run dist script in the beginning of who-needs-a-release.rb
  • Loading branch information
marisst authored Feb 12, 2025
1 parent 1b89491 commit cc5038a
Show file tree
Hide file tree
Showing 58 changed files with 478 additions and 5,061 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules/
.idea
.DS_Store
.DS_Store
dist/
Loading

0 comments on commit cc5038a

Please sign in to comment.