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

Commit 9ebb013

Browse files
committedMar 22, 2015
Analyzer dep constraint fix.
1 parent 6f0bc50 commit 9ebb013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: Dart Team <misc@dartlang.org>
44
description: Style linter for Dart.
55
homepage: https://github.com/dart-lang/linter
66
dependencies:
7-
analyzer: '0.25.0-dev.1'
7+
analyzer: '>=0.25.0-dev.1'
88
args: '>=0.12.1 <0.14.0'
99
cli_util: '>=0.0.1 <0.1.0'
1010
glob: '>=1.0.4 <2.0.0'

0 commit comments

Comments
 (0)
This repository has been archived.