Skip to content

Commit

Permalink
Merge pull request #20 from TheSharpieOne/patch-1
Browse files Browse the repository at this point in the history
specify css exports in package.json
  • Loading branch information
Amphiluke authored Jun 25, 2023
2 parents f637b7f + a6305fc commit a4b4659
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@
"style": "./dist/handy-scroll.css",
"types": "./dist/handy-scroll.d.ts",
"exports": {
"types": "./dist/handy-scroll.d.ts",
"import": "./src/handy-scroll.js",
"require": "./dist/handy-scroll.js"
".": {
"types": "./dist/handy-scroll.d.ts",
"import": "./src/handy-scroll.js",
"require": "./dist/handy-scroll.js"
},
"./dist/*.css": "./dist/*.css"
},
"type": "module",
"files": [
Expand Down

0 comments on commit a4b4659

Please sign in to comment.