Merge pull request #25 from vadimkorr/bugfix/#19_Fix-page-transitions

Bugfix/#19 Fix page transitions
This commit is contained in:
Vadim
2021-04-28 22:45:13 +03:00
committed by GitHub

View File

@@ -2,7 +2,7 @@
"name": "svelte-carousel",
"version": "1.0.3",
"description": "Svelte carousel",
"main": "dist/index.js",
"main": "src/main.js",
"author": "vadimkorr",
"repository": {
"type": "git",
@@ -28,8 +28,7 @@
"build-storybook": "build-storybook",
"build:docs": "set DOCS=true && rollup -c",
"dev:docs": "set DOCS=true && rollup -c -w",
"test": "jest",
"prepublishOnly": "npm run build"
"test": "jest"
},
"devDependencies": {
"@babel/core": "^7.12.10",