rollup-plugin-filesize
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -9,3 +9,3 @@ 'use strict'; | ||
var chalk = new Chalk({ enabled: true }); | ||
var chalk = new Chalk.constructor({ enabled: true }); | ||
@@ -12,0 +12,0 @@ function filesize() { |
{ | ||
"name": "rollup-plugin-filesize", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A rollup plugin to show filesize in the cli", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -5,3 +5,3 @@ import fileSize from 'filesize'; | ||
var chalk = new Chalk({enabled:true}); | ||
var chalk = new Chalk.constructor({enabled:true}); | ||
@@ -14,2 +14,2 @@ export default function filesize(){ | ||
} | ||
}; | ||
}; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3468
36