File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 11language : node_js
22node_js :
3- - " 6.10"
4- - " 8"
3+ - ' 6.10'
4+ - ' 8.10'
5+ - ' 10.10'
56script : ' make test-cov'
67after_success : ' make coveralls; make clean'
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" : {
3030 },
3131 "engines" : {
3232 "node" : " >=6.10"
33- },
34- "dependencies" : {
35- "promised-lifestream" : " ^0.7.0"
3633 }
3734}
You can’t perform that action at this time.
0 commit comments