it-pushable
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -24,2 +24,2 @@ export interface Pushable<T> extends AsyncIterable<T> { | ||
export default pushable | ||
export = pushable |
{ | ||
"name": "it-pushable", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "Pushable iterable", | ||
@@ -19,6 +19,6 @@ "main": "index.js", | ||
"devDependencies": { | ||
"ava": "^2.3.0", | ||
"ava": "^3.15.0", | ||
"it-pipe": "^1.0.1", | ||
"nyc": "^14.1.1", | ||
"standard": "^14.1.0" | ||
"nyc": "^15.1.0", | ||
"standard": "^16.0.3" | ||
}, | ||
@@ -25,0 +25,0 @@ "dependencies": { |
@@ -1,4 +0,4 @@ | ||
import test from 'ava' | ||
import pipe from 'it-pipe' | ||
import pushable from '.' | ||
const test = require('ava') | ||
const pipe = require('it-pipe') | ||
const pushable = require('.') | ||
@@ -5,0 +5,0 @@ const collect = async source => { |
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
14022