Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(626)

Unified Diff: barback/pubspec.yaml

Issue 1400473008: Roll Observatory packages and add a roll script (Closed) Base URL: git@github.com:dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « barback/lib/src/utils/stream_replayer.dart ('k') | browser/lib/dart.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: barback/pubspec.yaml
diff --git a/barback/pubspec.yaml b/barback/pubspec.yaml
deleted file mode 100644
index 9c05ff187c7df198a86d50c45a4fedb8e3e5d305..0000000000000000000000000000000000000000
--- a/barback/pubspec.yaml
+++ /dev/null
@@ -1,34 +0,0 @@
-name: barback
-
-# Note! This version number is referenced directly in the pub source code in
-# lib/src/barback.dart. Pub implicitly places a version constraint on barback to
-# ensure users only select a version of barback that works with their current
-# version of pub.
-#
-# When the minor or patch version of this is upgraded, you *must* update that
-# version constraint in pub to stay in sync with this.
-version: 0.15.2+7
-
-author: "Dart Team <misc@dartlang.org>"
-homepage: http://github.com/dart-lang/barback
-description: >
- An asset build system.
-
- Given a set of input files and a set of transformations (think compilers,
- preprocessors and the like), will automatically apply the appropriate
- transforms and generate output files. When inputs are modified, automatically
- runs the transforms that are affected.
-
- Runs transforms asynchronously and in parallel when possible to maximize
- responsiveness.
-dependencies:
- path: ">=0.9.0 <2.0.0"
- pool: ">=1.0.0 <2.0.0"
- source_span: ">=1.0.0 <2.0.0"
- stack_trace: ">=0.9.1 <2.0.0"
- collection: ">=0.9.1 <2.0.0"
-dev_dependencies:
- scheduled_test: ">=0.9.0 <0.11.0"
- unittest: ">=0.9.0 <0.10.0"
-environment:
- sdk: ">=1.0.1 <2.0.0"
« no previous file with comments | « barback/lib/src/utils/stream_replayer.dart ('k') | browser/lib/dart.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698