Commit Graph

10 Commits

Author SHA1 Message Date
bfbb5d64de done 2024-06-28 13:32:22 +02:00
Lokesh Dhakar
20d3593422 build: resolve Quantize dep issue, upgrade Cypress 2023-02-27 15:30:44 -08:00
Lokesh Dhakar
ef231c7113 build for 2.3.2 2020-07-05 21:30:58 -07:00
Lokesh Dhakar
7fd0b81da5 build 2020-07-05 21:27:42 -07:00
archaeal
0e4abc143b fixes npm build script syntax, builds latest dist, adds sourcemap file for the umd version 2020-06-26 17:27:43 -05:00
Lokesh Dhakar
a928f09b3d chore: Updated dist files and removing old sourcemap files 2019-08-03 23:24:54 -07:00
Lokesh Dhakar
8f65625135 build: Latest dist files 2019-08-03 23:08:29 -07:00
Lokesh Dhakar
8236c9d71f refactor: Move validation logic to core 2019-07-21 22:58:43 -07:00
Lokesh Dhakar
71e007c1ec chore: Updated dist files 2019-07-21 18:57:49 -07:00
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