Skip to content

Commit

Permalink
chore(pino): Remove vendored pino and add pino as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyJones committed Jan 29, 2021
1 parent 2a05ef4 commit a3e67ef
Show file tree
Hide file tree
Showing 90 changed files with 27 additions and 12,079 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ test/**/**.d.ts
bin/**/**.d.ts
**/*.d.ts
*.js
!vendor/**/*.js

*.js.map
!postinstall.js
Expand Down
25 changes: 25 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"flatstr": "^1.0.12",
"libnpmconfig": "^1.2.1",
"mkdirp": "1.0.0",
"pino": "^6.11.0",
"pino-pretty": "^4.1.0",
"pino-std-serializers": "^2.5.0",
"q": "1.5.1",
Expand Down
2 changes: 1 addition & 1 deletion src/logger.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import pino = require('../vendor/pino');
import pino = require('pino');
import SonicBoom = require('sonic-boom');

// eslint-disable-next-line @typescript-eslint/no-var-requires
Expand Down
24 changes: 0 additions & 24 deletions vendor/pino/LICENSE

This file was deleted.

146 changes: 0 additions & 146 deletions vendor/pino/README.md

This file was deleted.

6 changes: 0 additions & 6 deletions vendor/pino/bin.js

This file was deleted.

Loading

0 comments on commit a3e67ef

Please sign in to comment.