We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a100c7 commit 511319aCopy full SHA for 511319a
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 1.10.4
2
+
3
+### Command-Line Interface
4
5
+* Fix a Homebrew installation failure.
6
7
## 1.10.3
8
9
### Command-Line Interface
pubspec.yaml
@@ -1,5 +1,5 @@
name: sass
-version: 1.10.3
+version: 1.10.4
description: A Sass implementation in Dart.
author: Dart Team <[email protected]>
homepage: https://github.com/sass/dart-sass
@@ -41,6 +41,6 @@ dev_dependencies:
41
stream_channel: "^1.0.0"
42
test_descriptor: "^1.1.0"
43
test_process: "^1.0.0-rc.1"
44
- test: "^0.12.42"
+ test: ">=0.12.42 <2.0.0"
45
xml: ">=2.4.0 <4.0.0"
46
yaml: "^2.0.0"
0 commit comments