Skip to content

Commit

Permalink
postcss-less: Set minimum TypeScript version: 3.7.
Browse files Browse the repository at this point in the history
The type definitions for postcss 8.x require this.

See: microsoft/TypeScript#33939
  • Loading branch information
djcsdy committed Nov 20, 2020
1 parent 1d5f96a commit 711503b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"danger": "^10.1.1",
"dtslint": "latest",
"prettier": "^2.1.1",
"typescript": "next"
"typescript": "^3.4.5"
},
"husky": {
"hooks": {
Expand Down
1 change: 1 addition & 0 deletions types/postcss-less/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// Definitions by: Masafumi Koba <https://github.com/ybiquitous>
// Daniel Cassidy <https://github.com/djcsdy>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// Minimum TypeScript Version: 3.4

import * as postcss from 'postcss';

Expand Down

0 comments on commit 711503b

Please sign in to comment.