Skip to content

Commit 569f8de

Browse files
committed
Make pub_semver a normal dep (issue #275)
1 parent c5f4228 commit 569f8de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/dev_compiler/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ dependencies:
1313
html: ^0.12.0
1414
logging: ">=0.9.2 <0.12.0"
1515
path: ^1.3.0
16+
pub_semver: ^1.1.0
1617
shelf: ">=0.5.6 <0.7.0"
1718
shelf_static: ^0.2.1
1819
source_maps: ^0.10.0
@@ -23,7 +24,6 @@ dev_dependencies:
2324
# the same way. This is because any change in dart_style, even non-breaking
2425
# changes, may change the output format.
2526
dart_style: 0.2.0
26-
pub_semver: ^1.1.0
2727
test: ^0.12.0
2828
environment:
2929
sdk: ">=1.12.0-dev.1.1 <2.0.0"

0 commit comments

Comments
 (0)