Skip to content

Commit 4790787

Browse files
author
BL
committed
npm version badge, travis build check for node 9 and remove extra debug
1 parent 05e0ceb commit 4790787

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ node_js:
55
- "6"
66
- "7"
77
- "8"
8+
- "9"
89
sudo: false

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# amazon-mws (Amazon Marketplace Web Service)
2+
[![Version](https://img.shields.io/badge/style-plastic-green.svg?longCache=true&style=plastic)](https://www.npmjs.org/package/amazon-mws)
23
[![Build Status](https://travis-ci.org/bhushankumarl/amazon-mws.svg?branch=master)](https://travis-ci.org/bhushankumarl/amazon-mws)
34

45
This API supported Amazon Marketplace Web Service(MWS)'s standard REST-style API that accepts/returns JSON requests and Here is the [API reference] (http://docs.developer.amazonservices.com/en_IN/dev_guide/DG_IfNew.html)

lib/AmazonMwsResource.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,6 @@ AmazonMwsResource.prototype = {
246246
};
247247

248248
res.on('data', function (chunk) {
249-
debug('chunk ', chunk);
250249
dbgResponseBuffer.push(chunk);
251250
});
252251
res.on('end', function () {

0 commit comments

Comments
 (0)