Skip to content

Commit 970e700

Browse files
authored
Merge pull request #7 from tilfin/feature/bump-1-0-0
Update package.json and README
2 parents b1552e6 + fa3ac23 commit 970e700

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: node_js
22
node_js:
3-
- "6.10"
4-
- "8"
3+
- '6.10'
4+
- '8.10'
5+
- '10.10'
56
script: 'make test-cov'
67
after_success: 'make coveralls; make clean'

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ kinesis-stream-lambda
55
[![Node](https://img.shields.io/node/v/kinesis-stream-lambda.svg)]()
66
[![Build Status](https://travis-ci.org/tilfin/kinesis-stream-lambda.svg?branch=master)](https://travis-ci.org/tilfin/kinesis-stream-lambda)
77
[![Coverage Status](https://coveralls.io/repos/github/tilfin/kinesis-stream-lambda/badge.svg?branch=master)](https://coveralls.io/github/tilfin/kinesis-stream-lambda?branch=master)
8+
[![dependencies Status](https://david-dm.org/tilfin/kinesis-stream-lambda/status.svg)](https://david-dm.org/tilfin/kinesis-stream-lambda)
89

910
## Features
1011

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kinesis-stream-lambda",
3-
"version": "0.9.0",
3+
"version": "1.0.0",
44
"description": "Readable stream in Lambda for Kinesis Stream",
55
"main": "lib/index.js",
66
"scripts": {
@@ -30,8 +30,5 @@
3030
},
3131
"engines": {
3232
"node": ">=6.10"
33-
},
34-
"dependencies": {
35-
"promised-lifestream": "^0.7.0"
3633
}
3734
}

0 commit comments

Comments
 (0)