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

Unified Diff: pkg/stack_trace/pubspec.yaml

Issue 812253002: Delete a bunch of packages that are now on GitHub. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Un-delete http Created 6 years 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 | « pkg/stack_trace/lib/stack_trace.dart ('k') | pkg/stack_trace/test/chain_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/stack_trace/pubspec.yaml
diff --git a/pkg/stack_trace/pubspec.yaml b/pkg/stack_trace/pubspec.yaml
deleted file mode 100644
index 4d9793d858e7d92c82025244befd58cd17ef5208..0000000000000000000000000000000000000000
--- a/pkg/stack_trace/pubspec.yaml
+++ /dev/null
@@ -1,22 +0,0 @@
-name: stack_trace
-
-# Note! This version number is referenced directly in the pub source code in
-# lib/src/barback.dart. Pub implicitly places a version constraint on
-# stack_trace to ensure users only select a version of stack_trace that works
-# with their current version of pub.
-#
-# When the major version is upgraded, you *must* update that version constraint
-# in pub to stay in sync with this.
-version: 1.1.1
-author: "Dart Team <misc@dartlang.org>"
-homepage: http://www.dartlang.org
-description: >
- A package for manipulating stack traces and printing them readably.
-
-dependencies:
- path: ">=1.2.0 <2.0.0"
-
-dev_dependencies:
- unittest: ">=0.9.0 <0.12.0"
-environment:
- sdk: ">=1.7.0-dev.4.0 <2.0.0"
« no previous file with comments | « pkg/stack_trace/lib/stack_trace.dart ('k') | pkg/stack_trace/test/chain_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698