File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1- name : benchmarks 
1+ name : angular2_benchmarks 
2+ version : <%= packageJson.version %> 
3+ authors :
4+ <%= Object.keys(packageJson.contributors).map(function(name) { 
5+  return '- '+name+' <'+packageJson.contributors[name]+'>'; 
6+ }).join('\n')  % >
7+ description : Angular2 benchmarks 
8+ homepage : <%= packageJson.homepage %> 
29environment :
3-  sdk : ' >=1.4 .0' 
10+  sdk : ' >=1.9.0-dev.8 .0' 
411dependencies :
12+  angular2 : ' ^<%= packageJson.version  % >' 
13+  browser : ' >=0.10.0 <0.11.0' 
14+ dependency_overrides :
515 angular2 :
616 path : ../angular2 
7-  browser : ' >=0.10.0 <0.11.0' 
817transformers :
918- $dart2js :
10- #  minify: false
19+  minify : false 
1120 commandLineOptions : ['--dump-info', '--trust-type-annotations', '--trust-primitives'] 
Original file line number Diff line number Diff line change @@ -31,3 +31,4 @@ function publishModule {
3131
3232publishModule angular2
3333publishModule benchpress
34+ publishModule benchmarks
                         You can’t perform that action at this time. 
           
                  
0 commit comments