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

Use recommended analysis_options name, support Dart v2-dev, test on FF #9

Merged
merged 1 commit into from
Aug 2, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ cache:
- $HOME/.pub-cache
dart_task:
- test: --platform vm
- test: --platform firefox
- test: --platform dartium
install_dartium: true
- dartanalyzer
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: convert
version: 2.0.1
version: 2.0.2-dev
description: Utilities for converting between data representations.
author: Dart Team <[email protected]>
homepage: https://github.com/dart-lang/convert

environment:
sdk: '>=1.17.0-dev.6.2 <2.0.0'
sdk: '>=1.17.0 <2.0.0-dev.infinity'

dependencies:
charcode: '^1.1.0'
Expand Down