Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
devope committed May 21, 2022
1 parent 6fc19ef commit 2709a89
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/cheghost.js

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "cheghost",
"version": "2.0.1",
"description": "Helps to deal with values of multiple checkboxes",
"main": "dist/cheghost.js",
"module": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function set(checkbox) {
hidden.value = checkbox.checked ? "1" : "0"
}

export function cheghost(selectorToWrap) {
export default function cheghost(selectorToWrap) {
wrap(selectorToWrap);
values();
}

0 comments on commit 2709a89

Please sign in to comment.