rapidoc-core
Advanced tools
Comparing version 0.0.1-alfa.18 to 0.0.1-alfa.19
@@ -1,12 +0,3 @@ | ||
(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 | ||
module.exports = | ||
/******/ (function(modules) { // webpackBootstrap | ||
/******/ // The module cache | ||
@@ -1688,3 +1679,2 @@ /******/ var installedModules = {}; | ||
/***/ }) | ||
/******/ ]); | ||
}); | ||
/******/ ]); |
{ | ||
"name": "rapidoc-core", | ||
"version": "0.0.1-alfa.18", | ||
"version": "0.0.1-alfa.19", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/rapidoc-core.js", |
@@ -8,7 +8,7 @@ const path = require('path'); | ||
filename: 'rapidoc-core.js', | ||
libraryTarget: 'umd', | ||
libraryTarget: 'commonjs2', | ||
}, | ||
node: { | ||
fs: 'empty', | ||
global: true, | ||
global: false, | ||
__filename: false, | ||
@@ -15,0 +15,0 @@ __dirname: false, |
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
854220
17816