Skip to content

Commit 1e14b3e

Browse files
authored
Add missing package_config dep (#1286)
1 parent 16d6711 commit 1e14b3e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.32.10
2+
3+
* No user-visible changes.
4+
15
## 1.32.9
26

37
* Fix a typo in a deprecation warning.

pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sass
2-
version: 1.32.9
2+
version: 1.32.10
33
description: A Sass implementation in Dart.
44
author: Sass Team
55
homepage: https://github.com/sass/dart-sass
@@ -20,6 +20,7 @@ dependencies:
2020
meta: ^1.3.0
2121
node_interop: ^2.0.0
2222
js: ^0.6.3
23+
package_config: ^2.0.0
2324
path: ^1.8.0
2425
source_maps: ^0.10.10
2526
source_span: ^1.8.1

0 commit comments

Comments
 (0)