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

Commit 116fc1f

Browse files
committed
Fixed SDK constraint [TBR].
(Required in order to use ^ syntax.)
1 parent 2856e7c commit 116fc1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pubspec.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ version: 0.1.0
33
author: Dart Team <[email protected]>
44
description: Style linter for Dart.
55
homepage: https://github.com/dart-lang/linter
6+
environment:
7+
sdk: '>=1.8.0 <2.0.0'
68
dependencies:
79
analyzer: ^0.25.0-dev.1
810
args: '>=0.12.1 <0.14.0'

0 commit comments

Comments
 (0)