Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit 966efd2

Browse files
committed
Dependency override, remove before publishing
1 parent 27fde2f commit 966efd2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pubspec.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@ dependencies:
2323
quiver: '>=0.24.0 <0.26.0'
2424
sass_builder: ^1.1.0
2525
uuid: ^0.5.3
26+
dependency_overrides:
27+
# Necessary with angular: 5.0.0-alpha+1 dependency.
28+
analyzer: ^0.31.0-alpha.1
29+
##############################################################################
30+
# Waiting for sass_builder to publish latest version. Remove before
31+
# publishing.
32+
sass_builder:
33+
git: https://github.com/dart-league/sass_builder.git
34+
##############################################################################
2635
transformers:
2736
# build_runner users will not need these transformers and can skip the
2837
# compilation when running pub get by using the --no-precompile flag.

0 commit comments

Comments
 (0)