From 6b78b80db2ad9208762f3a3e7aa6b598078dd2d5 Mon Sep 17 00:00:00 2001 From: Anders Forsell Date: Wed, 9 Jul 2014 04:14:31 +0200 Subject: [PATCH] Fix pubspec version constraints --- pubspec.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 0b49142..2abf667 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,9 +4,9 @@ author: Anders Forsell 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