@types/autoprefixer
Advanced tools
Comparing version 6.7.0 to 6.7.1
@@ -9,4 +9,3 @@ // Type definitions for autoprefixer 6.7 | ||
declare namespace autoprefixer { | ||
export interface Options { | ||
interface Options { | ||
browsers?: string[]; | ||
@@ -23,7 +22,7 @@ env?: string; | ||
export interface Transformer extends PostcssTransformer { | ||
interface Transformer extends PostcssTransformer { | ||
info(): string; | ||
} | ||
export interface Autoprefixer extends Plugin<Options> { | ||
interface Autoprefixer extends Plugin<Options> { | ||
(opts?: Options): Transformer; | ||
@@ -30,0 +29,0 @@ } |
{ | ||
"name": "@types/autoprefixer", | ||
"version": "6.7.0", | ||
"version": "6.7.1", | ||
"description": "TypeScript definitions for autoprefixer", | ||
@@ -22,4 +22,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "6ce6d909f7515818affafb0f9bdf775bd94353293081cab28081025cbb503a0b", | ||
"typesPublisherContentHash": "ee9106799a66212ee02e4359d5c2343b14e2a9cd9a277c82b006d68787050499", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 10 Mar 2017 06:29:34 GMT | ||
* Last updated: Tue, 21 Mar 2017 20:18:42 GMT | ||
* Dependencies: postcss | ||
@@ -14,0 +14,0 @@ * Global values: none |
2076