Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
Add shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
iansu committed Jul 4, 2019
1 parent 45b1948 commit 6de2b8f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.1 (July 4, 2019)

Add shebang.

## 1.1.0 (July 4, 2019)

Enable `restartOnClose` in `kinesis-streams` options.
Expand Down
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

const AWS = require('aws-sdk');
const { KinesisReadable } = require('kinesis-streams');
const { subSeconds } = require('date-fns');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kinesis-logger",
"description": "Read from the specified Kinesis stream and log messages to the console",
"version": "1.1.0",
"version": "1.1.1",
"author": "Neo Financial Engineering <[email protected]>",
"main": "index.js",
"bin": "index.js",
Expand Down

0 comments on commit 6de2b8f

Please sign in to comment.