Skip to content

Commit

Permalink
fix(package): move winston to peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
CernaianuMihai authored and cipak committed Nov 10, 2021
1 parent 4b17b94 commit 53e0ca0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 122 deletions.
137 changes: 19 additions & 118 deletions package-lock.json

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

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,14 @@
"license": "MIT",
"peerDependencies": {
"rxjs": "^6.5.4",
"webex": "^1.142.0"
"webex": "^1.142.0",
"winston": "^3.3.3"
},
"dependencies": {
"@babel/plugin-transform-runtime": "^7.16.0",
"@webex/common": "^1.105.0",
"@webex/component-adapter-interfaces": "^1.17.0",
"logform": "^2.2.0",
"winston": "^3.3.3",
"winston-transport": "^4.4.0"
"logform": "^2.2.0"
},
"devDependencies": {
"@babel/core": "^7.12.3",
Expand Down

0 comments on commit 53e0ca0

Please sign in to comment.