Skip to content

Commit

Permalink
Fix: Move pino pretty dependency and update version (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
haricnugraha authored Mar 26, 2021
1 parent 2f72d5b commit e49f5f5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 36 deletions.
46 changes: 12 additions & 34 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hyperjumptech/monika",
"description": "Synthetic monitoring made easy",
"version": "1.2.0",
"version": "1.2.1",
"license": "MIT",
"author": "@hyperjumptech",
"main": "lib/index.js",
Expand Down Expand Up @@ -41,6 +41,7 @@
"node-notifier": "^9.0.1",
"nodemailer": "^6.5.0",
"pino": "6.11.2",
"pino-pretty": "4.7.1",
"smtp-server": "^3.8.0",
"sqlite3": "^5.0.2",
"tslib": "^1.14.1"
Expand Down Expand Up @@ -69,7 +70,6 @@
"mocha": "^5.2.0",
"nodemailer-mock": "^1.5.4",
"nyc": "^14.1.1",
"pino-pretty": "^4.7.1",
"prettier": "2.2.1",
"ts-node": "^8.10.2",
"typescript": "^3.9.9"
Expand Down

0 comments on commit e49f5f5

Please sign in to comment.