Skip to content

Commit 47ab90e

Browse files
committed
fix: lint
1 parent 3382c76 commit 47ab90e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,7 @@
2727
"release": "node ./scripts/release.mjs",
2828
"bump": "npx bumpp --no-push --no-tag --no-commit"
2929
},
30-
"files": [
31-
"client",
32-
"dist",
33-
"exports"
34-
],
30+
"files": ["client", "dist", "exports"],
3531
"simple-git-hooks": {
3632
"pre-commit": "npx nano-staged"
3733
},

0 commit comments

Comments
 (0)