Skip to content

Commit

Permalink
feat(pnpm): add workspace
Browse files Browse the repository at this point in the history
Signed-off-by: loongtao.zhang <[email protected]>
  • Loading branch information
cathaysia committed Aug 15, 2024
1 parent ebfe630 commit 5433902
Show file tree
Hide file tree
Showing 6 changed files with 69 additions and 64 deletions.
17 changes: 17 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "tree-sitter-loongdoc",
"version": "0.0.1",
"private": true,
"license": "Apache-2.0",
"packageManager": "[email protected]",
"workspaces": [
"./tree-sitter-loongdoc",
"./tree-sitter-loongdoc_inline"
],
"engines": {
"node": ">=v20.12.2"
},
"devDependencies": {
"tree-sitter-cli": "^0.22.6"
}
}
79 changes: 49 additions & 30 deletions tree-sitter-loongdoc_inline/pnpm-lock.yaml → pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
packages:
- tree-sitter-loongdoc
- tree-sitter-loongdoc_inline
1 change: 0 additions & 1 deletion tree-sitter-loongdoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
}
},
"devDependencies": {
"tree-sitter-cli": "^0.22.6",
"prebuildify": "^6.0.0"
},
"types": "bindings/node",
Expand Down
32 changes: 0 additions & 32 deletions tree-sitter-loongdoc/pnpm-lock.yaml

This file was deleted.

1 change: 0 additions & 1 deletion tree-sitter-loongdoc_inline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
}
},
"devDependencies": {
"tree-sitter-cli": "^0.22.6",
"prebuildify": "^6.0.0"
},
"types": "bindings/node",
Expand Down

0 comments on commit 5433902

Please sign in to comment.