From 95e8d5c3e7cf31fa491789adc7765d7fe05360d2 Mon Sep 17 00:00:00 2001 From: Mohamed Hegazy Date: Thu, 1 Jun 2017 15:26:35 -0700 Subject: [PATCH] Fix lint error --- types/webpack-stream/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/webpack-stream/index.d.ts b/types/webpack-stream/index.d.ts index 74b8d01544..d5cb6186ee 100644 --- a/types/webpack-stream/index.d.ts +++ b/types/webpack-stream/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Ian Clanton-Thuon , Benjamin Lim // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// import * as webpack from 'webpack';