Skip to content

Commit

Permalink
chore: add direct CSS bundle path to exports
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Aug 11, 2023
1 parent de9af3e commit 1138c46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/copy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
},
"./css": "./swiper.css",
"./css/bundle": "./swiper-bundle.css",
"./swiper-bundle.css": "./swiper-bundle.css",
"./css/a11y": "./modules/a11y.css",
"./css/autoplay": "./modules/autoplay.css",
"./css/controller": "./modules/controller.css",
Expand Down Expand Up @@ -204,4 +205,4 @@
"node": ">= 4.7.0"
},
"releaseDate": "August 1, 2023"
}
}

0 comments on commit 1138c46

Please sign in to comment.