mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-26 20:24:42 +01:00
Drop support for non-LTS Node (< 12). (#1612)
This commit is contained in:
parent
f8f08bc42d
commit
5a12ef508f
@ -1,3 +1,7 @@
|
||||
## 1.49.1
|
||||
|
||||
* Stop supporting non-LTS Node.js versions.
|
||||
|
||||
## 1.49.0
|
||||
|
||||
* Fix a bug in `string.insert` with certain negative indices.
|
||||
|
@ -14,7 +14,7 @@
|
||||
"url": "https://github.com/nex3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8.9.0"
|
||||
"node": ">=12.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"chokidar": ">=3.0.0 <4.0.0",
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: sass
|
||||
version: 1.49.0
|
||||
version: 1.49.1-dev
|
||||
description: A Sass implementation in Dart.
|
||||
homepage: https://github.com/sass/dart-sass
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user