Skip to content

Commit 5fc151c

Browse files
committed
style(projects): format code
1 parent a80fd18 commit 5fc151c

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

package.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,10 @@
5454
"types": "./dist/index.d.ts",
5555
"typesVersions": {
5656
"*": {
57-
"*": [
58-
"./dist/*",
59-
"./*"
60-
]
57+
"*": ["./dist/*", "./*"]
6158
}
6259
},
63-
"files": [
64-
"dist"
65-
],
60+
"files": ["dist"],
6661
"scripts": {
6762
"build": "unbuild",
6863
"cleanup": "soy cleanup",

0 commit comments

Comments
 (0)