Skip to content

Commit 6b04991

Browse files
fix: fix formatting
1 parent fa6cd44 commit 6b04991

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
@@ -1,10 +1,7 @@
11
{
22
"name": "@ast-grep/langs",
33
"private": true,
4-
"workspaces": [
5-
"packages/*",
6-
"scripts/*"
7-
],
4+
"workspaces": ["packages/*", "scripts/*"],
85
"version": "0.0.1",
96
"description": "Monorepo for `@ast-grep/lang-*` packages",
107
"scripts": {
@@ -24,8 +21,6 @@
2421
"husky": "9.1.7"
2522
},
2623
"pnpm": {
27-
"onlyBuiltDependencies": [
28-
"tree-sitter-cli"
29-
]
24+
"onlyBuiltDependencies": ["tree-sitter-cli"]
3025
}
3126
}

0 commit comments

Comments
 (0)