Skip to content

Commit

Permalink
fix(#1679): css file not being exported by package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
TomYaMee authored Aug 24, 2022
1 parent 1ae85d3 commit 06414c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
".": {
"import": "./dist/vue-select.es.js",
"require": "./dist/vue-select.umd.js"
},
"./dist/vue-select.css": {
"import": "./dist/vue-select.css",
"require": "./dist/vue-select.css"
}
},
"private": false,
Expand Down

0 comments on commit 06414c3

Please sign in to comment.