Comparing version 5.0.19 to 5.0.20
11
kp.js
@@ -14,9 +14,14 @@ /** | ||
if(typeof exports === "object" && typeof module !== "undefined") { | ||
// CommonJS e.g. Browserify | ||
var obj = {}; | ||
/** | ||
* CommonJS e.g. Browserify | ||
* @type KP | ||
*/ | ||
module.exports = factory(obj); | ||
} | ||
else if(typeof define === "function" && define.amd) { | ||
// AMD script loader, e.g. RequireJS | ||
/** | ||
* AMD script loader, e.g. RequireJS | ||
*/ | ||
define(function() { | ||
@@ -27,4 +32,4 @@ return factory(global) | ||
else { | ||
// Browser using plain <script> tag | ||
/** | ||
* Browser using plain <script> tag | ||
* @link kp | ||
@@ -31,0 +36,0 @@ */ |
{ | ||
"name": "kp-stock", | ||
"version": "5.0.19", | ||
"version": "5.0.20", | ||
"author": "Kris Papercut <kearis666@gmail.com>", | ||
@@ -5,0 +5,0 @@ "license": "ISC", |
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
613947
13707