maishu-chitu
Advanced tools
Comparing version 2.5.0 to 2.5.2
/*! | ||
* CHITU v2.5.0 | ||
* CHITU v2.5.2 | ||
* https://github.com/ansiboy/chitu | ||
@@ -8,3 +8,13 @@ * | ||
*/ | ||
/******/ (function(modules) { // webpackBootstrap | ||
(function webpackUniversalModuleDefinition(root, factory) { | ||
if(typeof exports === 'object' && typeof module === 'object') | ||
module.exports = factory(); | ||
else if(typeof define === 'function' && define.amd) | ||
define([], factory); | ||
else { | ||
var a = factory(); | ||
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i]; | ||
} | ||
})(window, function() { | ||
return /******/ (function(modules) { // webpackBootstrap | ||
/******/ // The module cache | ||
@@ -192,2 +202,3 @@ /******/ var installedModules = {}; | ||
/******/ }); | ||
/******/ }); | ||
}); |
@@ -43,3 +43,3 @@ { | ||
}, | ||
"version": "2.5.0" | ||
"version": "2.5.2" | ||
} |
@@ -16,3 +16,4 @@ const path = require('path'); | ||
path: path.resolve(__dirname, 'dist'), | ||
filename: 'index.js' | ||
filename: 'index.js', | ||
libraryTarget: "umd" | ||
}, | ||
@@ -19,0 +20,0 @@ mode: 'development', // production |
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
213157
4401