Skip to content

Commit

Permalink
Add back missing node hashbang
Browse files Browse the repository at this point in the history
  • Loading branch information
dnjstrom committed Mar 3, 2022
1 parent 2ae0c23 commit ba8db67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pino-dev",
"version": "2.0.9",
"version": "2.0.10",
"description": "A simple prettifier for pino with built-in support for commonly used ecosystem packages.",
"author": "Daniel Ström <D@nielstrom.se>",
"license": "ISC",
Expand Down
3 changes: 3 additions & 0 deletions src/bin.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#!/usr/bin/env node

// eslint-disable-next-line node/shebang
import fs from "fs";
import pump from "pump";
import split from "split2";
Expand Down

0 comments on commit ba8db67

Please sign in to comment.