Commit 71203e9a authored by pq's avatar pq

Analyzer dep commentary fix.

parent a59a713f
......@@ -7,9 +7,7 @@ dependencies:
# here we pin it precisely to avoid version skew across our packages.
test: 0.12.13+1
# We don't actually depend on 'analyzer', but 'test' does. We pin the
# version of analyzer we depend on to avoid version skew across our
# packages.
# Pinned in flutter_tools as well.
analyzer: 0.27.4-alpha.1
flutter:
......
......@@ -34,9 +34,7 @@ dependencies:
# precisely.
test: 0.12.13+1
# We don't actually depend on 'analyzer', but 'test' does. We pin the
# version of analyzer we depend on to avoid version skew across our
# packages.
# Pinned in flutter_test as well.
analyzer: 0.27.4-alpha.1
dev_dependencies:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment