Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
etiquettestartshere committed Aug 30, 2024
1 parent c123fab commit 863cdd7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.mjs text eol=lf
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "effectivetray",
"title": "Effective Tray",
"version": "1.2.12",
"version": "1.2.13",
"compatibility": {
"minimum": "11",
"verified": "12"
Expand Down
4 changes: 2 additions & 2 deletions rollup.config.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default {
input: "scripts/setup.mjs",
output: {
file: "module.mjs",
format: "esm"
file: "module.mjs",
format: "esm"
}
};

0 comments on commit 863cdd7

Please sign in to comment.