build: Remove color-thief-node.js file. Already had color-thief.js for commonjs version

This commit is contained in:
Lokesh Dhakar
2019-08-03 23:24:21 -07:00
parent c8d91d8d69
commit 881b4848ad
3 changed files with 6 additions and 108 deletions

View File

@@ -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);