Skip to content

Commit

Permalink
chore: move typedoc-related deps to dev deps (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
achou11 authored Aug 14, 2024
1 parent 6e63b59 commit 3a2ca67
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 13 deletions.
38 changes: 28 additions & 10 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
"random-access-memory": "^6.0.0",
"rimraf": "^5.0.1",
"ts-proto": "^1.156.2",
"typedoc": "^0.24.8",
"typedoc-plugin-markdown": "^3.15.4",
"typescript": "^5.1.6"
},
"dependencies": {
Expand All @@ -56,9 +58,7 @@
"compact-encoding": "^2.12.0",
"glob": "^10.3.3",
"protobufjs": "^7.2.5",
"type-fest": "^4.1.0",
"typedoc": "^0.24.8",
"typedoc-plugin-markdown": "^3.15.4"
"type-fest": "^4.1.0"
},
"eslintConfig": {
"env": {
Expand Down

0 comments on commit 3a2ca67

Please sign in to comment.