mirror of
https://github.com/tenrok/maska.git
synced 2026-05-15 11:59:38 +03:00
style: code format
This commit is contained in:
+7
-7
@@ -23,6 +23,13 @@
|
||||
"module": "./dist/maska.mjs",
|
||||
"unpkg": "./dist/cdn/maska.js",
|
||||
"types": "./dist/maska.d.ts",
|
||||
"typesVersions": {
|
||||
"*": {
|
||||
"alpine": ["./dist/alpine.d.ts"],
|
||||
"svelte": ["./dist/svelte.d.ts"],
|
||||
"vue": ["./dist/vue.d.ts"]
|
||||
}
|
||||
},
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/maska.d.ts",
|
||||
@@ -45,13 +52,6 @@
|
||||
"require": "./dist/vue.js"
|
||||
}
|
||||
},
|
||||
"typesVersions": {
|
||||
"*": {
|
||||
"vue": ["dist/vue.d.ts"],
|
||||
"alpine": ["dist/alpine.d.ts"],
|
||||
"svelte": ["dist/svelte.d.ts"]
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"docs": "cd docs && http-server",
|
||||
|
||||
Reference in New Issue
Block a user