This commit is contained in:
Michael Telatynski
2025-05-08 12:43:50 +01:00
parent 6e7abc6c5f
commit a111937d00
6 changed files with 38 additions and 8 deletions
+2 -1
View File
@@ -6,7 +6,8 @@
"main": "lib/index.js",
"scripts": {
"prepare": "vite build",
"lint:ts": "tsc --noEmit",
"lint:types": "tsc --noEmit",
"lint:codestyle": "echo 'handled by lint:eslint'",
"test": "echo no tests yet"
},
"devDependencies": {