gulp-purgecss
Advanced tools
Comparing version 2.2.0 to 2.3.0
import internal from "stream"; | ||
type ExtractorFunction = (content: string) => string[]; | ||
type ExtractorFunction<T = string> = (content: T) => string[]; | ||
interface Extractors { | ||
@@ -4,0 +4,0 @@ extensions: string[]; |
import internal from "stream"; | ||
type ExtractorFunction = (content: string) => string[]; | ||
type ExtractorFunction<T = string> = (content: T) => string[]; | ||
interface Extractors { | ||
@@ -4,0 +4,0 @@ extensions: string[]; |
{ | ||
"name": "gulp-purgecss", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"description": "Gulp plugin for purgecss", | ||
@@ -40,3 +40,3 @@ "author": "Ffloriel", | ||
"plugin-error": "^1.0.1", | ||
"purgecss": "^2.2.0", | ||
"purgecss": "^2.3.0", | ||
"through2": "^3.0.1" | ||
@@ -52,3 +52,3 @@ }, | ||
}, | ||
"gitHead": "e7a590b2e20be4de8f8b55a61554f550fe27f69f" | ||
"gitHead": "5314e41edf328e2ad2639549e1587b82a964a42e" | ||
} |
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
8096
Updatedpurgecss@^2.3.0