Comparing version 0.26.2 to 0.26.3
@@ -41,5 +41,5 @@ 'use strict'; | ||
var _BubbleProps = require('./BubbleProps'); | ||
var _props = require('./props'); | ||
Object.keys(_BubbleProps).forEach(function (key) { | ||
Object.keys(_props).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
@@ -49,3 +49,3 @@ Object.defineProperty(exports, key, { | ||
get: function get() { | ||
return _BubbleProps[key]; | ||
return _props[key]; | ||
} | ||
@@ -52,0 +52,0 @@ }); |
{ | ||
"name": "nivo", | ||
"version": "0.26.2", | ||
"version": "0.26.3", | ||
"licenses": [ | ||
@@ -5,0 +5,0 @@ { |
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
1463002