Skip to content

Commit

Permalink
[Upd] Update export entry for css
Browse files Browse the repository at this point in the history
  • Loading branch information
LaChope committed Jan 23, 2024
1 parent 5655e7b commit f2f0723
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@
"type": "module",
"source": "src/s-forms.js",
"main": "dist/s-forms.js",
"exports": "./dist/s-forms.modern.js",
"exports": {
".": "./dist/s-forms.modern.js",
"./css": "./dist/s-forms.css"
},
"module": "./dist/s-forms.js",
"unpkg": "./dist/s-forms.umd.js",
"private": false,
Expand All @@ -54,7 +57,6 @@
"javascript-time-ago": "^2.3.8",
"jsonld": "^0.4.12",
"jsonld-utils": "https://kbss.felk.cvut.cz/dist/jsonld-utils-0.1.2.tgz",
"microbundle": "^0.14.2",
"npm-packlist": "^7.0.2",
"prop-types": "^15.7.2",
"react-bootstrap": "1.0.1",
Expand Down Expand Up @@ -96,6 +98,7 @@
"husky": "^7.0.0",
"jest": "^26.0.1",
"lint-staged": "^13.0.3",
"microbundle": "^0.15.1",
"prettier": "^2.5.1",
"query-string": "^6.13.5",
"react": "~18.2.0",
Expand Down

0 comments on commit f2f0723

Please sign in to comment.