Skip to content

Commit b818e8d

Browse files
committed
📌 Change the workspace dependency in toml package to an actual version
1 parent 4c1f63c commit b818e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎packages/toml/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"author": "",
2323
"license": "ISC",
2424
"dependencies": {
25-
"@ast-grep/setup-lang": "workspace:*"
25+
"@ast-grep/setup-lang": "0.0.3"
2626
},
2727
"peerDependencies": {
2828
"tree-sitter-cli": "0.24.6"

0 commit comments

Comments
 (0)