Skip to content

Commit 8adac53

Browse files
committed
fix(benchmarks): prepare publish to pub
1 parent 9c9769e commit 8adac53

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

modules/benchmarks/pubspec.yaml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
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 %>
29
environment:
3-
sdk: '>=1.4.0'
10+
sdk: '>=1.9.0-dev.8.0'
411
dependencies:
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'
817
transformers:
918
- $dart2js:
10-
# minify: false
19+
minify: false
1120
commandLineOptions: ['--dump-info', '--trust-type-annotations', '--trust-primitives']

scripts/publish/pub_publish.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ function publishModule {
3131

3232
publishModule angular2
3333
publishModule benchpress
34+
publishModule benchmarks

0 commit comments

Comments
 (0)