mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +00:00
* 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.
7 lines
71 B
JSON
7 lines
71 B
JSON
{
|
|
"private": true,
|
|
"dependencies": {
|
|
"postcss": "^8.1.2"
|
|
}
|
|
}
|