@types/optimize-css-assets-webpack-plugin
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -11,4 +11,3 @@ // Type definitions for optimize-css-assets-webpack-plugin 1.3 | ||
declare namespace OptimizeCssAssetsPlugin { | ||
export interface Options { | ||
interface Options { | ||
assetNameRegExp?: RegExp; | ||
@@ -19,3 +18,2 @@ cssProcessor?: any; | ||
} | ||
} | ||
@@ -22,0 +20,0 @@ |
{ | ||
"name": "@types/optimize-css-assets-webpack-plugin", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "TypeScript definitions for optimize-css-assets-webpack-plugin", | ||
@@ -22,4 +22,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "6cce4098907cdd0d2cdb8708e23c0309c02a86868037c5042e1b9e50c2cff75a", | ||
"typesPublisherContentHash": "f0dd36b708f7cef9ef19678580c828bbff5e505b08202afa6022a34d654e8603", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 10 Mar 2017 06:18:21 GMT | ||
* Last updated: Fri, 24 Mar 2017 16:00:11 GMT | ||
* Dependencies: webpack | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
1955