@types/webpack
Advanced tools
Comparing version 3.0.0 to 3.0.1
// Type definitions for webpack 3.0 | ||
// Project: https://github.com/webpack/webpack | ||
// Definitions by: Qubo <https://github.com/tkqubo> | ||
// Matt Lewis <https://github.com/mattlewis92> | ||
// Benjamin Lim <https://github.com/bumbleblym> | ||
@@ -507,3 +506,3 @@ // Boris Cherny <https://github.com/bcherny> | ||
*/ | ||
hints?: 'warning' | 'error' | boolean; | ||
hints?: 'warning' | 'error' | false; | ||
/** | ||
@@ -1220,3 +1219,3 @@ * An asset is any emitted file from webpack. This option controls when webpack emits a performance hint | ||
*/ | ||
target: 'web' | 'node' | string; | ||
target: 'web' | 'webworker' | 'async-node' | 'node' | 'electron-main' | 'electron-renderer' | 'node-webkit' | string; | ||
@@ -1223,0 +1222,0 @@ /** |
{ | ||
"name": "@types/webpack", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "TypeScript definitions for webpack", | ||
@@ -12,6 +12,2 @@ "license": "MIT", | ||
{ | ||
"name": "Matt Lewis", | ||
"url": "https://github.com/mattlewis92" | ||
}, | ||
{ | ||
"name": "Benjamin Lim", | ||
@@ -41,4 +37,4 @@ "url": "https://github.com/bumbleblym" | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "b65d0aba9e6bd0e4060316c35f67e8af03c8149479cef93b586bfd30a77214c0", | ||
"typesPublisherContentHash": "ee084f7a7f71bd1cf007fdde14259ea6279d9d8f030db917bb3cf83864c4a3e6", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 23 Jun 2017 17:39:13 GMT | ||
* Last updated: Wed, 28 Jun 2017 15:40:48 GMT | ||
* Dependencies: tapable, uglify-js, node | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Qubo <https://github.com/tkqubo>, Matt Lewis <https://github.com/mattlewis92>, Benjamin Lim <https://github.com/bumbleblym>, Boris Cherny <https://github.com/bcherny>, Tommy Troy Lin <https://github.com/tommytroylin>. | ||
These definitions were written by Qubo <https://github.com/tkqubo>, Benjamin Lim <https://github.com/bumbleblym>, Boris Cherny <https://github.com/bcherny>, Tommy Troy Lin <https://github.com/tommytroylin>. |
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
53571
1135