mirror of
https://github.com/janishutz/color-thief.git
synced 2025-11-25 13:54:25 +00:00
build: Remove color-thief-node.js file. Already had color-thief.js for commonjs version
This commit is contained in:
@@ -26,7 +26,7 @@ fs.copyFile(umdPath, legacyPath, (err) => {
|
||||
});
|
||||
|
||||
const srcNodeRelPath = 'src/color-thief-node.js';
|
||||
const distNodeRelPath = 'dist/color-thief-node.js';
|
||||
const distNodeRelPath = 'dist/color-thief.js';
|
||||
const srcNodePath = resolve(process.cwd(), srcNodeRelPath);
|
||||
const distNodePath = resolve(process.cwd(), distNodeRelPath);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user