Files
DefinitelyTyped/types/postcss-less/package.json
Daniel Cassidy d97bdac58c postcss-less: Update for v4.0 (#49672)
* postcss-less: Update for v4.0

The only change in this version is to bump the dependency on postcss
to ^8.1.2.

* postcss-less: add ES2018.Promise

The type declarations for postcss 8.x require this.

* postcss-less: Set target: ES5.

The type definitions for postcss 8.x require this.

* postcss-less: Add self to authors.

* postcss-less: Set minimum TypeScript version: 3.7.

The type definitions for postcss 8.x require this.

See: https://github.com/microsoft/TypeScript/issues/33939

* postcss-less: Update tests for postcss 8.x.
2020-11-20 17:02:16 -08:00

7 lines
71 B
JSON

{
"private": true,
"dependencies": {
"postcss": "^8.1.2"
}
}