mirror of
https://github.com/janishutz/color-thief.git
synced 2026-04-28 08:49:21 +02:00
build: Remove color-thief-node.js file. Already had color-thief.js for commonjs version
This commit is contained in:
+1
-1
@@ -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