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

Side by Side Diff: modules/angular2/pubspec.yaml

Issue 927373004: Initial commit of Dart transformer to generate constructor stubs, see https://github.com/angular/an… (Closed) Base URL: https://github.com/kegluneq/angular.git@master
Patch Set: Created 5 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
OLDNEW
1 name: angular2 1 name: angular2
2 version: <%= packageJson.version %> 2 version: <%= packageJson.version %>
3 authors: 3 authors:
4 <%= Object.keys(packageJson.contributors).map(function(name) { 4 <%= Object.keys(packageJson.contributors).map(function(name) {
5 return '- '+name+' <'+packageJson.contributors[name]+'>'; 5 return '- '+name+' <'+packageJson.contributors[name]+'>';
6 }).join('\n') %> 6 }).join('\n') %>
7 description: Angular 2 for Dart - a web framework for modern web apps 7 description: Angular 2 for Dart - a web framework for modern web apps
8 homepage: <%= packageJson.homepage %> 8 homepage: <%= packageJson.homepage %>
9 environment: 9 environment:
10 sdk: '>=1.4.0' 10 sdk: '>=1.4.0'
11 dependencies: 11 dependencies:
12 analyzer: '0.22.4'
jakemac 2015/02/17 23:46:45 These should probably all be ranges up to the next
13 barback: '0.15.2+2'
14 code_transformers: '0.2.5'
15 dart_style: '0.1.3'
16 html5lib: '0.12.0'
12 stack_trace: '>=1.1.1 <2.0.0' 17 stack_trace: '>=1.1.1 <2.0.0'
13 dev_dependencies: 18 dev_dependencies:
14 guinness: ">=0.1.16 <0.2.0" 19 guinness: ">=0.1.16 <0.2.0"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698