Skip to content

Commit

Permalink
fix: exports custom-elements
Browse files Browse the repository at this point in the history
  • Loading branch information
abdmmar committed Jan 10, 2022
1 parent f8f079f commit d9a8850
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"import": "./src/index.js",
"require": "./src/index.js"
},
"./custom-element": {
"import": "./src/custom-element.json",
"require": "./src/custom-element.json"
"./custom-elements": {
"import": "./src/custom-elements.json",
"require": "./src/custom-elements.json"
}
},
"keywords": [
Expand Down

0 comments on commit d9a8850

Please sign in to comment.