Skip to content

Commit

Permalink
fix(build): correct export of ./dist/swagger-ui.css (#7878)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminNolan committed Mar 2, 2022
1 parent b136892 commit eece9f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"main": "./dist/swagger-ui.js",
"module": "./dist/swagger-ui-es-bundle-core.js",
"exports": {
"./swagger-ui.css": "./swagger-ui.css",
"./dist/swagger-ui.css": "./dist/swagger-ui.css",
".": {
"import": "./dist/swagger-ui-es-bundle-core.js",
"require": "./dist/swagger-ui.js"
Expand Down

0 comments on commit eece9f5

Please sign in to comment.