callbag-concat
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "callbag-concat", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Callbag factory that concatenates data from multiple callbag sources", | ||
@@ -9,3 +9,3 @@ "repository": { | ||
}, | ||
"main": "index.js", | ||
"main": "readme.js", | ||
"scripts": { | ||
@@ -16,3 +16,5 @@ "test": "tape test.js" | ||
"license": "MIT", | ||
"keywords": ["callbag"], | ||
"keywords": [ | ||
"callbag" | ||
], | ||
"devDependencies": { | ||
@@ -19,0 +21,0 @@ "tape": "^4.8.0" |
const test = require('tape'); | ||
const concat = require('./index'); | ||
const concat = require('./readme'); | ||
@@ -4,0 +4,0 @@ test('it concats 1 async finite listenable source', t => { |
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
9417
314
63
4