6b48882174
R=nweiz@google.com Review URL: https://codereview.chromium.org//357013002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@37796 260f80e4-7a28-3924-810f-c04153c831b5
20 lines
685 B
YAML
20 lines
685 B
YAML
name: source_maps
|
|
|
|
# Note! This version number is referenced directly in the pub source code in
|
|
# lib/src/barback.dart. Pub implicitly places a version constraint on
|
|
# source_maps to ensure users only select a version of source_maps that works
|
|
# with their current version of pub.
|
|
#
|
|
# When the minor version is upgraded, you *must* update that version constraint
|
|
# in pub to stay in sync with this.
|
|
version: 0.9.2+3
|
|
author: Dart Team <misc@dartlang.org>
|
|
description: Library to programmatically manipulate source map files.
|
|
homepage: http://www.dartlang.org
|
|
dependencies:
|
|
path: '>=1.2.0 <2.0.0'
|
|
environment:
|
|
sdk: '>=0.8.10+6 <2.0.0'
|
|
dev_dependencies:
|
|
unittest: '>=0.9.0 <0.10.0'
|