Skip to content

Commit 511319a

Browse files
committed
Declare support for test 1.0.0
Closes sass/homebrew-sass#10
1 parent 4a100c7 commit 511319a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.10.4
2+
3+
### Command-Line Interface
4+
5+
* Fix a Homebrew installation failure.
6+
17
## 1.10.3
28

39
### Command-Line Interface

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sass
2-
version: 1.10.3
2+
version: 1.10.4
33
description: A Sass implementation in Dart.
44
author: Dart Team <[email protected]>
55
homepage: https://github.com/sass/dart-sass
@@ -41,6 +41,6 @@ dev_dependencies:
4141
stream_channel: "^1.0.0"
4242
test_descriptor: "^1.1.0"
4343
test_process: "^1.0.0-rc.1"
44-
test: "^0.12.42"
44+
test: ">=0.12.42 <2.0.0"
4545
xml: ">=2.4.0 <4.0.0"
4646
yaml: "^2.0.0"

0 commit comments

Comments
 (0)