bytestreamjs
Advanced tools
Comparing version 1.0.18 to 1.0.19
@@ -20,3 +20,2 @@ { | ||
"babel-plugin-istanbul": "^4.1.5", | ||
"babel-polyfill": "^6.26.0", | ||
"babel-preset-env": "latest", | ||
@@ -28,6 +27,9 @@ "cross-env": "^5.1.4", | ||
}, | ||
"engines": { | ||
"node": ">=6.0.0" | ||
}, | ||
"scripts": { | ||
"build": "babel src --compact=false --out-dir build --source-maps", | ||
"watch": "babel src --compact=false --out-dir build --source-maps --watch", | ||
"test": "cross-env NODE_ENV=test nyc mocha --require babel-register --require babel-polyfill", | ||
"test": "cross-env NODE_ENV=test nyc mocha --require babel-register", | ||
"prepublishOnly": "npm run build" | ||
@@ -44,3 +46,3 @@ }, | ||
"name": "bytestreamjs", | ||
"version": "1.0.18", | ||
"version": "1.0.19", | ||
"jsnext:main": "./src/bytestream.js", | ||
@@ -47,0 +49,0 @@ "module": "./src/bytestream.js", |
# ByteStream.js | ||
[![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/PeculiarVentures/ByteStream.js/blob/master/LICENSE) [![CircleCI](https://circleci.com/gh/PeculiarVentures/ByteStream.js.svg?style=svg)](https://circleci.com/gh/PeculiarVentures/ByteStream.js) [![Known Vulnerabilities](https://snyk.io/test/github/PeculiarVentures/ByteStream.js/badge.svg)](https://snyk.io/test/github/PeculiarVentures/ByteStream.js) [![Coverage Status](https://coveralls.io/repos/github/PeculiarVentures/ByteStream.js/badge.svg?t=zjnJTs)](https://coveralls.io/github/PeculiarVentures/ByteStream.js) | ||
[![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/PeculiarVentures/ByteStream.js/blob/master/LICENSE) [![CircleCI](https://circleci.com/gh/PeculiarVentures/ByteStream.js.svg?style=svg)](https://circleci.com/gh/PeculiarVentures/ByteStream.js) [![Known Vulnerabilities](https://snyk.io/test/github/PeculiarVentures/ByteStream.js/badge.svg)](https://snyk.io/test/github/PeculiarVentures/ByteStream.js) [![Coverage Status](https://coveralls.io/repos/github/PeculiarVentures/ByteStream.js/badge.svg?branch=master)](https://coveralls.io/github/PeculiarVentures/ByteStream.js?branch=master) | ||
@@ -5,0 +5,0 @@ ## ByteStream class |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7
485997
6937