Skip to content

Commit

Permalink
2.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Valexr committed Jan 30, 2022
1 parent 26ed5fe commit 6b11e23
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "svelte-slidy",
"version": "2.8.6",
"version": "2.8.7",
"description": "SLIDY - simple, configurable & reusable carousel component built with SvelteJS",
"main": "dist/slidy.js",
"module": "dist/slidy.mjs",
"svelte": "src/index.js",
"files": [
"dist/*",
"src/*"
"src/*",
"!src/cmp"
],
"scripts": {
"build": "node esbuild",
Expand Down

0 comments on commit 6b11e23

Please sign in to comment.