@types/autoprefixer
Advanced tools
Comparing version 9.6.0 to 9.6.1
// Type definitions for autoprefixer 9.6 | ||
// Project: https://github.com/postcss/autoprefixer | ||
// Definitions by: Armando Meziat <https://github.com/odnamrataizem>, murt <https://github.com/murt> | ||
// Definitions by: Armando Meziat <https://github.com/odnamrataizem> | ||
// murt <https://github.com/murt> | ||
// Slava Fomin II <https://github.com/slavafomin> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -11,2 +13,4 @@ // TypeScript Version: 2.7 | ||
declare namespace autoprefixer { | ||
type BrowserslistTarget = (string | string[] | { [key: string]: string[]; }); | ||
interface Options { | ||
@@ -22,3 +26,3 @@ env?: string; | ||
browsers?: string[] | string; | ||
overrideBrowserslist?: string[] | string; | ||
overrideBrowserslist?: BrowserslistTarget; | ||
ignoreUnknownVersions?: boolean; | ||
@@ -25,0 +29,0 @@ } |
{ | ||
"name": "@types/autoprefixer", | ||
"version": "9.6.0", | ||
"version": "9.6.1", | ||
"description": "TypeScript definitions for autoprefixer", | ||
@@ -8,3 +8,3 @@ "license": "MIT", | ||
{ | ||
"name": " Armando Meziat", | ||
"name": "Armando Meziat", | ||
"url": "https://github.com/odnamrataizem", | ||
@@ -17,2 +17,7 @@ "githubUsername": "odnamrataizem" | ||
"githubUsername": "murt" | ||
}, | ||
{ | ||
"name": "Slava Fomin II", | ||
"url": "https://github.com/slavafomin", | ||
"githubUsername": "slavafomin" | ||
} | ||
@@ -32,4 +37,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "7add07395452d74f661306b62ef748c53f0660fc9869716130950faf11337ea4", | ||
"typesPublisherContentHash": "cabd0b2a9209f403d89287dc94890d8dc8eb5e5a5d66e4e6ede3be9352125876", | ||
"typeScriptVersion": "2.7" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 15 Aug 2019 00:43:22 GMT | ||
* Last updated: Mon, 19 Aug 2019 18:22:49 GMT | ||
* Dependencies: @types/postcss, @types/browserslist | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Armando Meziat <https://github.com/odnamrataizem>, and murt <https://github.com/murt>. | ||
These definitions were written by Armando Meziat <https://github.com/odnamrataizem>, murt <https://github.com/murt>, and Slava Fomin II <https://github.com/slavafomin>. |
3960
28