cyclejs-group
Advanced tools
Comparing version 0.3.5 to 0.3.6
@@ -15,3 +15,3 @@ 'use strict'; | ||
require('core-js/library/fn/object/entries'); | ||
require('core-js/fn/object/entries'); | ||
@@ -18,0 +18,0 @@ var _createStream = require('cyclejs'); |
{ | ||
"name": "cyclejs-group", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"author": "Eryk Napierala", | ||
@@ -46,3 +46,3 @@ "description": "Utility for CycleJS framework for reducing boilerplate when creating groups of streams", | ||
"jscs": "jscs src/", | ||
"mocha": "mocha --compilers js:babel/register --reporter spec --ui tdd test", | ||
"mocha": "mocha --compilers js:babel/register --reporter spec --ui tdd test", | ||
"test": "npm run jshint && npm run mocha", | ||
@@ -49,0 +49,0 @@ "browserify": "browserify src/create-streams-group.js -t babelify --standalone createStreamsGroup --outfile dist/cyclejs-group.js", |
'use strict'; | ||
import 'core-js/library/fn/object/entries'; | ||
import 'core-js/fn/object/entries'; | ||
@@ -5,0 +5,0 @@ import { createStream } from 'cyclejs'; |
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
24321