Comparing version 2.0.2 to 2.0.3
/*global one*/ | ||
one.include('js:one.js'); | ||
one.include('lib:one.js'); | ||
@@ -4,0 +4,0 @@ /** |
// This file is purely for the build system | ||
one.include('js:one/color/HSV.js'); | ||
one.include('js:one/color/HSL.js'); | ||
//one.include('js:one/color/CMYK.js'); | ||
one.include('lib:one/color/HSV.js'); | ||
one.include('lib:one/color/HSL.js'); | ||
//one.include('lib:one/color/CMYK.js'); | ||
@@ -6,0 +6,0 @@ if (typeof module !== 'undefined') { |
/*global one*/ | ||
one.include('js:one/color.js'); | ||
one.include('lib:one/color.js'); | ||
@@ -4,0 +4,0 @@ /** |
/*global one*/ | ||
one.include('js:one/color.js'); | ||
one.include('lib:one/color.js'); | ||
one.include('js:one/color/HSV.js'); | ||
one.include('lib:one/color/HSV.js'); | ||
@@ -6,0 +6,0 @@ /** |
/*global one*/ | ||
one.include('js:one/color.js'); | ||
one.include('lib:one/color.js'); | ||
@@ -4,0 +4,0 @@ /** |
/*global one*/ | ||
one.include('js:one/color.js'); | ||
one.include('lib:one/color.js'); | ||
@@ -4,0 +4,0 @@ /** |
@@ -5,3 +5,3 @@ { | ||
"repository": "git@github.com:One-com/one-color.git", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"maintainers": [ | ||
@@ -30,3 +30,5 @@ { | ||
"main": "one-color-debug.js", | ||
"prepublish": "make" | ||
"scripts": { | ||
"prepublish": "make" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
2127775