Skip to content

Commit

Permalink
build: Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
seantiz committed Nov 13, 2024
1 parent dc8ce13 commit 8c07261
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 32 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.8.2 (2024-11-12)

* Removed tree-sitter-typescript because that feature idea has been put on the shelf for now.
* Removed node-graphviz until we can decide what's the most well-maintained option when bundling graphviz.

## 0.8.1 (2024-11-12)

* Just a name change to Dryfold
Expand Down
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dryfold-cli",
"version": "0.8.1",
"version": "0.8.2",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -22,9 +22,5 @@
"tsx": "^4.19.2",
"typescript": "^5.6.3"
},
"dependencies": {
"node-graphviz": "^0.1.1",
"tree-sitter-typescript": "^0.23.0"
},
"packageManager": "[email protected]"
}
27 changes: 0 additions & 27 deletions pnpm-lock.yaml

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

0 comments on commit 8c07261

Please sign in to comment.