accelerator-tool-cli
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -14,3 +14,3 @@ import { | ||
error(stringified); | ||
} else if (/^npm WARN../.test(stringified) && | ||
} else if (/new RegExp(^npm WARN../).test(stringified) && | ||
!stringified.includes('SKIPPING OPTIONAL DEPENDENCY')) | ||
@@ -17,0 +17,0 @@ { |
import chalk from 'chalk'; | ||
const log = require('colorful-logging/log'); | ||
const import { | ||
log, | ||
} 'colorful-logging'); | ||
@@ -4,0 +6,0 @@ export function npmLogWithColor(data) { |
{ | ||
"name": "accelerator-tool-cli", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "All the code for the Accelerator devtool. Generally invoked by accelerator-tool or xlr8r.", | ||
@@ -5,0 +5,0 @@ "author": "furkle", |
64373
1011