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

Side by Side Diff: pubspec.yaml

Issue 1640023002: Support deploying an npm package exporting a formatCode method. (Closed) Base URL: git@github.com:dart-lang/dart_style.git@master
Patch Set: ptal Created 4 years, 10 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 unified diff | Download patch
« no previous file with comments | « pubspec.lock ('k') | tool/grind.dart » ('j') | tool/grind.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 name: dart_style 1 name: dart_style
2 version: 0.2.4 2 version: 0.2.5
Bob Nystrom 2016/01/27 21:53:46 5-dev (Unless you're planning to publish a new ve
Jacob 2016/01/27 22:01:07 I really don't care. Technically I have published
3 author: Dart Team <misc@dartlang.org> 3 author: Dart Team <misc@dartlang.org>
4 description: Opinionated, automatic Dart source code formatter. 4 description: Opinionated, automatic Dart source code formatter.
5 homepage: https://github.com/dart-lang/dart_style 5 homepage: https://github.com/dart-lang/dart_style
6 environment: 6 environment:
7 sdk: ">=1.8.0 <2.0.0" 7 sdk: ">=1.8.0 <2.0.0"
8 dependencies: 8 dependencies:
9 analyzer: '^0.27.0' 9 analyzer: '^0.27.0'
10 args: '>=0.12.1 <0.14.0' 10 args: '>=0.12.1 <0.14.0'
11 path: '>=1.0.0 <2.0.0' 11 path: '>=1.0.0 <2.0.0'
12 source_span: '>=1.1.1 <2.0.0' 12 source_span: '>=1.1.1 <2.0.0'
13 js: ^0.6.0
14 node_preamble: ^1.0.0
Bob Nystrom 2016/01/27 21:53:46 Oh, I should have mentioned this earlier, but thes
Jacob 2016/01/27 22:01:07 Done.
15
13 dev_dependencies: 16 dev_dependencies:
14 async: '>=1.0.0 <=2.0.0' 17 async: '>=1.0.0 <=2.0.0'
15 browser: '>=0.10.0 <0.11.0' 18 browser: '>=0.10.0 <0.11.0'
16 grinder: '^0.7.2' 19 grinder: '^0.8.0'
17 pub_semver: '^1.2.3' 20 pub_semver: '^1.2.3'
18 scheduled_test: '>=0.12.0 <0.13.0' 21 scheduled_test: '>=0.12.0 <0.13.0'
19 test: '>=0.12.0 <0.13.0' 22 test: '>=0.12.0 <0.13.0'
20 yaml: '^2.0.0' 23 yaml: '^2.0.0'
21 executables: 24 executables:
22 dartfmt: format 25 dartfmt: format
23 dartformat: format # Allow the old name for compatibility. 26 dartformat: format # Allow the old name for compatibility.
24 # Tell the bots not to bother building the tests since they don't run in a 27 # Tell the bots not to bother building the tests since they don't run in a
25 # browser anyway. 28 # browser anyway.
26 transformers: 29 transformers:
27 - $dart2js: 30 - $dart2js:
28 $exclude: 'test/**' 31 $exclude: 'test/**'
OLDNEW
« no previous file with comments | « pubspec.lock ('k') | tool/grind.dart » ('j') | tool/grind.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698