@types/webpack
Advanced tools
Comparing version 3.0.8 to 3.0.9
@@ -786,3 +786,3 @@ // Type definitions for webpack 3.0 | ||
*/ | ||
manifest: { content: string, name: string }; | ||
manifest: { content: string, name: string } | string; | ||
@@ -789,0 +789,0 @@ /** |
{ | ||
"name": "@types/webpack", | ||
"version": "3.0.8", | ||
"version": "3.0.9", | ||
"description": "TypeScript definitions for webpack", | ||
@@ -44,4 +44,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "bb3f91d1c6f82636593dd58b1b07fc1b061c774ede7b1cca9d3a441d7161a584", | ||
"typesPublisherContentHash": "c01e53d0a30f9b29e52d3cb5e63561291b5de4b57a39b1adfe117e9cf87985e8", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 10 Aug 2017 14:02:07 GMT | ||
* Last updated: Mon, 14 Aug 2017 19:47:58 GMT | ||
* Dependencies: tapable, uglify-js, node | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
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
54704