Skip to content

Commit

Permalink
Fix published package (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante authored Jan 23, 2025
1 parent b5cec50 commit b053ebd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/esm-lint.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
env:
IMPORT_STATEMENT: import "webext-bugs/options-menu-item"; import "webext-bugs/target-blank";
IMPORT_STATEMENT: |
import "webext-bugs/options-menu-item";
import "webext-bugs/target-blank";
import "webext-bugs/no-all-urls";
# FILE GENERATED WITH: npx ghat fregante/ghatemplates/esm-lint
# SOURCE: https://github.com/fregante/ghatemplates
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"sideEffects": true,
"type": "module",
"exports": {
"./target-blank": "./distribution/target-blank.js",
"./options-menu-item": "./distribution/options-menu-item.js"
"./*": "./distribution/*.js"
},
"files": [
"distribution"
Expand Down

0 comments on commit b053ebd

Please sign in to comment.