Skip to content

Commit

Permalink
feat: upgrade to log v5
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
Switch from log v4 to v5
  • Loading branch information
medikoo committed Mar 19, 2019
1 parent 8c6d795 commit de6a78f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"git-list-updated": "^1.1.2",
"husky": "^1.3.1",
"lint-staged": "^8.1.5",
"log": "^4.0.1",
"log": "^5.0.0",
"ncjsm": "^2.0.1",
"nyc": "^13.3.0",
"prettier-elastic": "^1.16.4",
Expand All @@ -33,7 +33,7 @@
"tape-index": "^3.1.0"
},
"peerDependencies": {
"log": "^4.0.1"
"log": "^5.0.0"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit de6a78f

Please sign in to comment.