callbag-from-obs
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "callbag-from-obs", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Convert an observable to a callbag listenable source", | ||
@@ -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 fromObs = require('./index'); | ||
const fromObs = require('./readme'); | ||
@@ -4,0 +4,0 @@ test('it converts an async infinite subscribable', (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
6420
181
61
4