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 f5d81ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
File renamed without changes.
6 changes: 5 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 @@ -32,11 +32,15 @@
"devDependencies": {
"@cordisjs/eslint-config": "^1.0.4",
"@types/node": "^20.10.2",
"cordis": "^3.3.1",
"esbuild": "^0.18.20",
"esbuild-register": "^3.5.0",
"eslint": "^8.55.0",
"typescript": "^5.3.2"
},
"peerDependencies": {
"cordis": "^3.3.1"
},
"dependencies": {
"reggol": "^1.6.3"
}
Expand Down

0 comments on commit f5d81ac

Please sign in to comment.