Skip to content

Commit

Permalink
Update package.json with import and require paths for CSS files
Browse files Browse the repository at this point in the history
  • Loading branch information
Titou325 committed Feb 3, 2024
1 parent 3e175ff commit b62cf2a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@
"require": "./dist/index.js",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
},
"./dist/*.css": {
"import": "./dist/*.css",
"require": "./dist/*.css"
}
},
"files": [
"dist/*"
],
"scripts": {
"build": "tsup",
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit b62cf2a

Please sign in to comment.