Skip to content

Commit 6b11e23

Browse files
committed
2.8.7
1 parent 26ed5fe commit 6b11e23

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "svelte-slidy",
3-
"version": "2.8.6",
3+
"version": "2.8.7",
44
"description": "SLIDY - simple, configurable & reusable carousel component built with SvelteJS",
55
"main": "dist/slidy.js",
66
"module": "dist/slidy.mjs",
77
"svelte": "src/index.js",
88
"files": [
99
"dist/*",
10-
"src/*"
10+
"src/*",
11+
"!src/cmp"
1112
],
1213
"scripts": {
1314
"build": "node esbuild",

0 commit comments

Comments
 (0)