node-colorfactory
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "node-colorfactory", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Awesome methods for working with colors in javascript.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -9,3 +9,3 @@ /*! | ||
var ColorFactory, | ||
var ColorHelper, ColorFactory, | ||
sixHexDigits = 0xffffff; | ||
@@ -145,6 +145,8 @@ | ||
if (typeof module !== 'undefined' && module.exports) { | ||
ColorHelper = require('./ColorHelper'); | ||
module.exports = ColorFactory; | ||
} else { | ||
ColorHelper = global.ColorHelper; | ||
global.ColorFactory = ColorFactory; | ||
} | ||
}(this)); |
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
474071
54
13458
31