chore: add yarn lockfile and install deps
This commit is contained in:
+7
-2
@@ -2,7 +2,9 @@
|
|||||||
"name": "@ilia/carousel",
|
"name": "@ilia/carousel",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"sideEffects": ["*.css"],
|
"sideEffects": [
|
||||||
|
"*.css"
|
||||||
|
],
|
||||||
"packageManager": "yarn@4.11.0",
|
"packageManager": "yarn@4.11.0",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"registry": "https://git.allmy.work/api/packages/ilia/npm/"
|
"registry": "https://git.allmy.work/api/packages/ilia/npm/"
|
||||||
@@ -13,7 +15,10 @@
|
|||||||
"./autoplay": "./dist/autoplay.js",
|
"./autoplay": "./dist/autoplay.js",
|
||||||
"./carousel.css": "./src/carousel.css"
|
"./carousel.css": "./src/carousel.css"
|
||||||
},
|
},
|
||||||
"files": ["dist", "src/carousel.css"],
|
"files": [
|
||||||
|
"dist",
|
||||||
|
"src/carousel.css"
|
||||||
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsup",
|
"build": "tsup",
|
||||||
"check": "tsc --noEmit",
|
"check": "tsc --noEmit",
|
||||||
|
|||||||
Reference in New Issue
Block a user