Skip to content

Commit

Permalink
fix: define files and keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
cngJo committed Dec 28, 2023
1 parent 9967d89 commit a882a3c
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,22 @@
},
"exports": {
".": {
"import": "./dist/hx-chart.es.js",
"require": "./dist/hx-chart.umd.js"
"import": "./dist/hx-chart.es.js",
"require": "./dist/hx-chart.umd.js"
}
},
"keywords": [],
},
"main": "./dist/hx-chart.umd.js",
"module": "./dist/hx-chart.es.js",
"files": [
"dist"
],
"keywords": [
"htmx",
"htmx-extension",
"chart.js",
"charts",
"htmx-charts"
],
"author": "jop-software Inh. Johannes Przymusinski",
"license": "GPL-3.0-or-later",
"devDependencies": {
Expand Down

0 comments on commit a882a3c

Please sign in to comment.