Skip to content

Commit

Permalink
fix package exports
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus authored Jun 8, 2023
1 parent f70862f commit 7d02e76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"exports": {
".": "./dist/index.js",
"./define": "./dist/index.js",
"./relative-time": "./dist/relative-time-element.js",
"./relative-time/define": "./dist/relative-time-element-define.js"
"./clipboard-copy": "./dist/clipboard-copy-element.js",
"./clipboard-copy/define": "./dist/clipboard-copy-element-define.js"
},
"scripts": {
"clean": "rm -rf dist",
Expand Down

0 comments on commit 7d02e76

Please sign in to comment.