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

Unified Diff: dart_style/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 | « dart_style/lib/src/whitespace.dart ('k') | glob/lib/glob.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart_style/pubspec.yaml
diff --git a/dart_style/pubspec.yaml b/dart_style/pubspec.yaml
deleted file mode 100644
index 46f2018c7c3f0112d1cf2626ae6221badcfe8f1e..0000000000000000000000000000000000000000
--- a/dart_style/pubspec.yaml
+++ /dev/null
@@ -1,25 +0,0 @@
-name: dart_style
-version: 0.2.0
-author: Dart Team <misc@dartlang.org>
-description: Opinionated, automatic Dart source code formatter.
-homepage: https://github.com/dart-lang/dart_style
-environment:
- sdk: ">=1.8.0 <2.0.0"
-dependencies:
- analyzer: '>=0.25.0 <0.27.0'
- args: '>=0.12.1 <0.14.0'
- collection: '^1.0.0'
- path: '>=1.0.0 <2.0.0'
- source_span: '>=1.1.1 <2.0.0'
-dev_dependencies:
- browser: '>=0.10.0 <0.11.0'
- scheduled_test: '>=0.12.0 <0.13.0'
- test: '>=0.12.0 <0.13.0'
-executables:
- dartfmt: format
- dartformat: format # Allow the old name for compatibility.
-# Tell the bots not to bother building the tests since they don't run in a
-# browser anyway.
-transformers:
-- $dart2js:
- $exclude: 'test/**'
« no previous file with comments | « dart_style/lib/src/whitespace.dart ('k') | glob/lib/glob.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698