Skip to content

Commit 9415c04

Browse files
committed
fix format
1 parent 5e9d400 commit 9415c04

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,8 @@
2222
"main": "./dist/index.cjs",
2323
"module": "./dist/index.js",
2424
"types": "./dist/index.d.ts",
25-
"files": [
26-
"dist"
27-
],
28-
"workspaces": [
29-
"example"
30-
],
25+
"files": ["dist"],
26+
"workspaces": ["example"],
3127
"scripts": {
3228
"all": "npm run type-check && npm run build && npm run ci && npm run test",
3329
"build": "tsup",

0 commit comments

Comments
 (0)