Skip to content

Commit

Permalink
patch: peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewwolfe committed Nov 24, 2023
1 parent a8f4ad1 commit 9c36821
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 12 deletions.
31 changes: 22 additions & 9 deletions package-lock.json

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

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@
},
"author": "",
"license": "MIT",
"peerDependencies": {
"typedoc": "^0.25.3"
},
"devDependencies": {
"@types/node": "^20.9.2",
"terser": "^5.24.0",
"tsup": "^8.0.0",
"typedoc": "^0.25.3",
"typescript": "^5.2.2",
"vitest": "^0.34.6"
},
"dependencies": {
"typedoc": "^0.25.3"
}
}

0 comments on commit 9c36821

Please sign in to comment.