1 // This file is purely for the build system
  2 one.include('js:one/color-parse.js');
  3 one.include('js:one/color/RGB.js');
  4 one.include('js:one/color/HSV.js');
  5 one.include('js:one/color/HSL.js');
  6 one.include('js:one/color/CMYK.js');
  7 
  8 if (module) {
  9 	module.exports = one.color;
 10 }
 11