mirror of
https://github.com/tenrok/maska.git
synced 2026-06-23 20:40:35 +03:00
chore: format package.json
This commit is contained in:
+4
-2
@@ -13,11 +13,13 @@
|
|||||||
"author": "Alexander Shabunevich",
|
"author": "Alexander Shabunevich",
|
||||||
"homepage": "https://beholdr.github.io/maska/",
|
"homepage": "https://beholdr.github.io/maska/",
|
||||||
"repository": {
|
"repository": {
|
||||||
"url": "https://github.com/beholdr/maska",
|
"url": "git+https://github.com/beholdr/maska.git",
|
||||||
"type": "git"
|
"type": "git"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"files": ["dist"],
|
"files": [
|
||||||
|
"dist"
|
||||||
|
],
|
||||||
"exports": {
|
"exports": {
|
||||||
".": "./src/index.ts",
|
".": "./src/index.ts",
|
||||||
"./alpine": "./src/alpine/index.ts",
|
"./alpine": "./src/alpine/index.ts",
|
||||||
|
|||||||
Reference in New Issue
Block a user