Skip to content

Commit

Permalink
fix: change deps
Browse files Browse the repository at this point in the history
  • Loading branch information
HerringtonDarkholme committed Jan 17, 2025
1 parent b66f3e1 commit 9465b02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scripts/create-lang/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ast-grep/create-lang",
"version": "0.0.0-prerelease-3",
"version": "0.0.0-prerelease-4",
"private": false,
"description": "",
"main": "index.js",
Expand Down
6 changes: 3 additions & 3 deletions scripts/create-lang/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@ast-grep/setup-lang": "0.0.2",
"tree-sitter-cli": "0.24.6"
"@ast-grep/setup-lang": "0.0.2"
},
"peerDependencies": {
"tree-sitter-cli": "0.24.6"
Expand All @@ -34,7 +33,8 @@
}
},
"devDependencies": {
"@ast-grep/nursery": "0.0.2"
"@ast-grep/nursery": "0.0.2",
"tree-sitter-cli": "0.24.6"
},
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit 9465b02

Please sign in to comment.