Skip to content

Commit

Permalink
Fix pubspec version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
andersforsell committed Jul 9, 2014
1 parent bc25d4c commit 6b78b80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ author: Anders Forsell <[email protected]>
description: chessboard.dart is derived from chessboard.js, but created as a Polymer element (web component) that provides an easy way to include a chessboard in a web application.
homepage: https://github.com/andersforsell/chessboard.dart
dependencies:
chess: any
core_elements: any
paper_elements: any
chess: '>=0.6.1 <0.7.0'
core_elements: '>=0.0.6 <0.1.0'
paper_elements: '>=0.0.1 <0.1.0'
polymer: '>=0.11.0-dev.2 <0.12.0'
dev_dependencies:
ghpages_generator: any
Expand Down

0 comments on commit 6b78b80

Please sign in to comment.