Merge pull request #126 from aunumever/patch-2

Add `type: module` to package.json
This commit is contained in:
Vadim
2023-01-21 23:53:40 +03:00
committed by GitHub

View File

@@ -3,7 +3,9 @@
"version": "1.0.20",
"description": "Svelte carousel",
"main": "src/main.js",
"module": "src/main.js",
"author": "vadimkorr",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/vadimkorr/svelte-carousel.git"