Skip to content

Commit

Permalink
export module instead of commonjs
Browse files Browse the repository at this point in the history
  • Loading branch information
cedeber committed Sep 10, 2024
1 parent c95273b commit be5f3fa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"name": "eslint-plugin-throw-aware",
"version": "1.0.0-beta.5",
"version": "1.0.0-beta.6",
"description": "An ESLint plugin to enforce naming conventions and JSDoc annotations for functions that throw exceptions.",
"type": "module",
"main": "lib/index.mjs",
"module": "lib/index.mjs",
"exports": {
"import": "./lib/index.mjs"
},
"scripts": {
"test": "ava"
},
Expand Down

0 comments on commit be5f3fa

Please sign in to comment.