react-sparklines
Advanced tools
Comparing version 1.3.0 to 1.4.0
@@ -1,3 +0,12 @@ | ||
module.exports = | ||
/******/ (function(modules) { // webpackBootstrap | ||
(function webpackUniversalModuleDefinition(root, factory) { | ||
if(typeof exports === 'object' && typeof module === 'object') | ||
module.exports = factory(require("react")); | ||
else if(typeof define === 'function' && define.amd) | ||
define(["react"], factory); | ||
else if(typeof exports === 'object') | ||
exports["ReactSparklines"] = factory(require("react")); | ||
else | ||
root["ReactSparklines"] = factory(root["react"]); | ||
})(this, function(__WEBPACK_EXTERNAL_MODULE_3__) { | ||
return /******/ (function(modules) { // webpackBootstrap | ||
/******/ // The module cache | ||
@@ -181,3 +190,3 @@ /******/ var installedModules = {}; | ||
module.exports = require("react"); | ||
module.exports = __WEBPACK_EXTERNAL_MODULE_3__; | ||
@@ -677,2 +686,4 @@ /***/ }, | ||
/***/ } | ||
/******/ ]); | ||
/******/ ]) | ||
}); | ||
; |
{ | ||
"name": "react-sparklines", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "Beautiful and expressive Sparklines component for React ", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
@@ -14,5 +14,13 @@ var path = require('path'); | ||
filename: '[name].js', | ||
library: 'react-sparklines', | ||
libraryTarget: 'commonjs2' | ||
library: 'ReactSparklines', | ||
libraryTarget: 'umd' | ||
}, | ||
externals: { | ||
react: { | ||
root: 'React', | ||
commonjs2: 'react', | ||
commonjs: 'react', | ||
amd: 'react' | ||
} | ||
}, | ||
externals: { react: 'react' }, | ||
@@ -19,0 +27,0 @@ module: { |
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
45529
901