Skip to content

Commit

Permalink
fix esm dist
Browse files Browse the repository at this point in the history
  • Loading branch information
iccicci committed Jun 8, 2024
1 parent a3b580d commit 63ee252
Show file tree
Hide file tree
Showing 7 changed files with 364 additions and 204 deletions.
15 changes: 3 additions & 12 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,10 @@ const rules = {
};

module.exports = {
env: {
amd: true,
browser: true,
es6: true,
jquery: true,
node: true
},
env: { amd: true, browser: true, es6: true, jquery: true, node: true },
extends: ["plugin:@typescript-eslint/recommended"],
parser: "@typescript-eslint/parser",
parserOptions: {
ecmaVersion: 9,
sourceType: "module"
},
plugins: ["sort-keys"],
parserOptions: { ecmaVersion: 9, sourceType: "module" },
plugins: ["sort-keys"],
rules
};
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
- 2024-06-08 - v3.2.2
- Fixed ESM dist.
- 2023-12-28 - v3.2.1
- Restored support for **Node.js v14**.
- Badges (but dependents) from [shields.io](https://shields.io/).
Expand Down
Loading

0 comments on commit 63ee252

Please sign in to comment.