From a62d18d64f1481092f69bdbe56e01ce762bc6f92 Mon Sep 17 00:00:00 2001 From: Maxim Vorontsov Date: Thu, 21 Feb 2019 11:30:34 +0500 Subject: [PATCH] Specified lower TypeScript version --- types/postcss-nested/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/postcss-nested/index.d.ts b/types/postcss-nested/index.d.ts index c8d033ffbf..6bf8c45349 100644 --- a/types/postcss-nested/index.d.ts +++ b/types/postcss-nested/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/postcss/postcss-nested#readme // Definitions by: Maxim Vorontsov // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.8 +// TypeScript Version: 2.2 import { Plugin } from 'postcss';