Skip to content

Commit

Permalink
remove export section from package.json
Browse files Browse the repository at this point in the history
This is required to work with webpack 5, otherwise the css files are not found when trying to process them via scss
  • Loading branch information
jcamacho14 committed Mar 28, 2023
1 parent f84b9b3 commit 745d8da
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "slim-select",
"description": "Slim advanced select dropdown",
"version": "ck-2",
"version": "ck-3",
"author": "Brian Voelker <[email protected]> (http://webiswhatido.com)",
"homepage": "https://slimselectjs.com",
"license": "MIT",
Expand All @@ -16,16 +16,6 @@
"types": "dist/index.d.ts",
"style": "dist/slimselect.css",
"sass": "src/slim-select/slimselect.scss",
"exports": {
".": {
"require": "./dist/slimselect.umd.js",
"import": "./dist/slimselect.es.js"
},
"./slimselect.css": {
"require": "./dist/slimselect.css",
"import": "./dist/slimselect.css"
}
},
"workspaces": [
"src/vue"
],
Expand Down

0 comments on commit 745d8da

Please sign in to comment.