2
0
mirror of https://github.com/tenrok/maska.git synced 2026-05-15 11:59:38 +03:00

fix(package.json): add typesVersions block into package.json (fix Cannot find module 'maska/vue' or its corresponding type declarations. import { vMaska } from 'maska/vue';)

This commit is contained in:
fearoff
2024-06-07 10:31:37 +00:00
parent 63d8945be0
commit 4ba1bb8621
2 changed files with 9 additions and 2 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "maska",
"version": "3.0.0-beta",
"version": "3.0.0-beta1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "maska",
"version": "3.0.0-beta",
"version": "3.0.0-beta1",
"license": "MIT",
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.1",