Skip to content

Commit

Permalink
chore: set max SDK version to <3.0.0 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin authored and sigmundch committed Jul 16, 2018
1 parent 94cd237 commit 85f0aba
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.10

* Set max SDK version to `<3.0.0`, and adjust other dependencies.

## 0.5.6+4

- Changes to make the library strong mode (runtime) clean.
Expand Down
1 change: 0 additions & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
analyzer:
strong-mode: true
16 changes: 10 additions & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,30 @@
name: dart2js_info
version: 0.5.9
version: 0.5.10

description: >
Libraries and tools to process data produced when running dart2js with
--dump-info.
author: Dart Team <[email protected]>
homepage: https://github.com/dart-lang/dart2js_info/

environment:
sdk: '>=2.0.0-dev.17.0 <2.0.0'
sdk: '>=2.0.0-dev.17.0 <3.0.0'

dependencies:
args: '>=0.13.0 <2.0.0'
args: ^1.4.3
charcode: ^1.1.0
collection: ^1.10.1
fixnum: ^0.10.5
path: ^1.3.6
protobuf: ^0.9.0
quiver: '>=0.21.0 <0.26.0'
shelf: '>=0.6.1+2 <0.8.0'
quiver: ^0.29.0
shelf: ^0.7.3
shelf_static: ^0.2.4
yaml: ^2.1.0

dev_dependencies:
test: ^0.12.3+4
test: ^1.2.0

executables:
dart2js_info_code_deps: code_deps
dart2js_info_coverage_log_server: coverage_log_server
Expand Down

0 comments on commit 85f0aba

Please sign in to comment.