update deps, fix kleur usage

pull/1839/head
Rich Harris 7 years ago
parent 9112d10dbe
commit 3b6d679a29

2979
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -191,7 +191,7 @@ export function showOutput(cwd, options = {}, compile = svelte.compile) {
);
console.log( // eslint-disable-line no-console
`\n>> ${colors.cyan.bold(file)}\n${addLineNumbers(js.code)}\n<< ${colors.cyan.bold(file)}`
`\n>> ${colors.cyan().bold(file)}\n${addLineNumbers(js.code)}\n<< ${colors.cyan().bold(file)}`
);
});
}

Loading…
Cancel
Save