Skip to content

Commit

Permalink
Avoid having Webpack load the UMD module
Browse files Browse the repository at this point in the history
  • Loading branch information
realityking authored and niksy committed Oct 28, 2020
1 parent 6d84033 commit d62b93c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## [Unreleased][]

### Changed

- Avoid having bundles like Webpack load the UMD module
([#42](https://github.com/niksy/throttle-debounce/pull/42))

## [2.3.0][] - 2020-08-12

### Added
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "Throttle and debounce functions.",
"main": "index.cjs.js",
"module": "index.esm.js",
"browser": "index.umd.js",
"unpkg": "index.umd.js",
"jsdelivr": "index.umd.js",
"author": "Ivan Nikolić <niksy5@gmail.com> (http://ivannikolic.com)",
"contributors": [
"Ben Alman (http://benalman.com)"
Expand Down

0 comments on commit d62b93c

Please sign in to comment.