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

Commit 9207ba2

Browse files
committed
Merge pull request #100 from dart-lang/sdk_constraint
Fixed SDK constraint [TBR].
2 parents 2856e7c + 116fc1f commit 9207ba2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pubspec.yaml

+2
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)