Commit Graph

7 Commits

Author SHA1 Message Date
Lokesh Dhakar
c91f3e808e feat: Add module support with new dist files
- `/dist/color-thief.umd.js`: UMD module. For simple script tag loading that exposes a global variable or for RequireJS AMD support.
- `/dist/color-thief.js`: CommonJS module. Entry point for Node.js and Browserify.
- `/dist/color-thief.mjs`: ES6 module. For modern browsers as well as Webpack and Rollup.
- `/dist/color-thief.min.js`: Duplicate of `/dist/color-thief.umd.js`. Kept around to maintain backwards compatibility.
2019-07-14 20:00:27 -07:00
Lokesh Dhakar
9a1f39b216 build: v2.1.0 2019-07-14 09:32:13 -07:00
Lokesh Dhakar
e0ff746a2d Switch to uglify-es for minification 2019-04-28 13:59:49 -07:00
Lokesh Dhakar
65fc4c26b5 Cleaned up gruntfile and am considering js lint 2016-10-30 20:23:54 -07:00
Lokesh Dhakar
36a3c4171e Remove CC License refs. MIT all-around. 2015-10-05 08:33:52 -07:00
Lokesh Dhakar
d515f4c344 Dropped sourcemap from repo 2014-04-17 11:42:15 -07:00
Lokesh Dhakar
9cbad46067 Reorganize files for Bower distro 2014-04-17 11:07:23 -07:00