Comparing version 0.2.0 to 0.2.1
@@ -0,1 +1,6 @@ | ||
## 0.2.1 - Released 2018/07/18 | ||
1. drop node 9, add node 10 | ||
2. remove gemnasium badge (bought by GitLab) | ||
## 0.2.0 - Released 2018/02/07 | ||
@@ -2,0 +7,0 @@ |
{ | ||
"name": "buffed", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Acts as a stream to send a buffer, gather buffers, or both.", | ||
@@ -34,9 +34,9 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"test": "_mocha --R spec --bail --check-leaks test/lib", | ||
"test4": "nave use 4.8 npm test", | ||
"test6": "nave use 6.12 npm test", | ||
"test8": "nave use 8.9 npm test", | ||
"test9": "nave use 9.5 npm test", | ||
"test-all": "npm run test4 && npm run test6 && npm run test8 && npm run test9", | ||
"coverage": "istanbul cover -x 'build/**' _mocha -- -R spec test/lib" | ||
"test": "_mocha --R spec --bail --check-leaks test/lib/*.js", | ||
"test4": "nave use 4.9 npm test", | ||
"test6": "nave use 6.14 npm test", | ||
"test8": "nave use 8.11 npm test", | ||
"test10": "nave use 10.6 npm test", | ||
"test-all": "npm run test4 && npm run test6 && npm run test8 && npm run test10", | ||
"coverage": "istanbul cover -x 'build/**' _mocha -- -R spec test/lib/*.js" | ||
}, | ||
@@ -49,5 +49,5 @@ "repository": { | ||
"devDependencies": { | ||
"coveralls": "^3.0.0", | ||
"coveralls": "^3.0.2", | ||
"istanbul": "^0.4.5", | ||
"mocha": "^5.0.0", | ||
"mocha": "^5.2.0", | ||
"mocha-lcov-reporter": "^1.3.0", | ||
@@ -54,0 +54,0 @@ "through2": "^2.0.3" |
# buffed | ||
[![Build Status](https://travis-ci.org/elidoran/node-buffed.svg?branch=master)](https://travis-ci.org/elidoran/node-buffed) | ||
[![Dependency Status](https://gemnasium.com/elidoran/node-buffed.png)](https://gemnasium.com/elidoran/node-buffed) | ||
[![npm version](https://badge.fury.io/js/buffed.svg)](http://badge.fury.io/js/buffed) | ||
@@ -5,0 +4,0 @@ [![Coverage Status](https://coveralls.io/repos/github/elidoran/node-buffed/badge.svg?branch=master)](https://coveralls.io/github/elidoran/node-buffed?branch=master) |
11289
161