mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-26 12:14:42 +01:00
Require node>=14.0.0 (#1911)
This commit is contained in:
parent
f5a3dea748
commit
c6e7dbc0cd
@ -1,5 +1,8 @@
|
||||
## 1.60.0
|
||||
## 1.61.0
|
||||
|
||||
* **Potentially breaking change:** Drop support for End-of-Life Node.js 12.
|
||||
|
||||
## 1.60.0
|
||||
* Add support for the `pi`, `e`, `infinity`, `-infinity`, and `NaN` constants in
|
||||
calculations. These will be interpreted as the corresponding numbers.
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
"url": "https://github.com/nex3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12.0.0"
|
||||
"node": ">=14.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"chokidar": ">=3.0.0 <4.0.0",
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: sass
|
||||
version: 1.60.0
|
||||
version: 1.61.0-dev
|
||||
description: A Sass implementation in Dart.
|
||||
homepage: https://github.com/sass/dart-sass
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user