Skip to content

Commit

Permalink
chore: add missing peerDep
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Dec 8, 2023
1 parent f98e2ff commit 7290d89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
File renamed without changes.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cordisjs/logger",
"description": "Logger plugin for cordis",
"version": "0.1.0",
"version": "0.1.1",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -37,6 +37,9 @@
"eslint": "^8.55.0",
"typescript": "^5.3.2"
},
"peerDependencies": {
"cordis": "^3.3.1"
},
"dependencies": {
"reggol": "^1.6.3"
}
Expand Down

0 comments on commit 7290d89

Please sign in to comment.