We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa6cd44 commit 6b04991Copy full SHA for 6b04991
package.json
@@ -1,10 +1,7 @@
1
{
2
"name": "@ast-grep/langs",
3
"private": true,
4
- "workspaces": [
5
- "packages/*",
6
- "scripts/*"
7
- ],
+ "workspaces": ["packages/*", "scripts/*"],
8
"version": "0.0.1",
9
"description": "Monorepo for `@ast-grep/lang-*` packages",
10
"scripts": {
@@ -24,8 +21,6 @@
24
21
"husky": "9.1.7"
25
22
},
26
23
"pnpm": {
27
- "onlyBuiltDependencies": [
28
- "tree-sitter-cli"
29
- ]
+ "onlyBuiltDependencies": ["tree-sitter-cli"]
30
}
31
0 commit comments