Merge pull request #126 from aunumever/patch-2
Add `type: module` to package.json
This commit is contained in:
@@ -3,7 +3,9 @@
|
|||||||
"version": "1.0.20",
|
"version": "1.0.20",
|
||||||
"description": "Svelte carousel",
|
"description": "Svelte carousel",
|
||||||
"main": "src/main.js",
|
"main": "src/main.js",
|
||||||
|
"module": "src/main.js",
|
||||||
"author": "vadimkorr",
|
"author": "vadimkorr",
|
||||||
|
"type": "module",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/vadimkorr/svelte-carousel.git"
|
"url": "git+https://github.com/vadimkorr/svelte-carousel.git"
|
||||||
|
|||||||
Reference in New Issue
Block a user