Skip to content

Commit

Permalink
fix: add specifier in package.json to expose all files in ./dist (#702
Browse files Browse the repository at this point in the history
)

Fixes #700, #701 so that `import "@glidejs/glide/css/glide.core.css"` for example works again
  • Loading branch information
revosw authored Nov 22, 2024
1 parent 1f8a8fa commit 5808424
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"import": "./dist/glide.esm.js",
"require": "./dist/glide.js",
"default": "./dist/glide.esm.js"
}
},
"./dist/*": "./dist/*"
},
"type": "module",
"devDependencies": {
Expand Down

0 comments on commit 5808424

Please sign in to comment.