fix(benchmarks): prepare publish to pub

This commit is contained in:
Tobias Bosch 2015-03-02 15:54:02 -08:00
parent 9c9769e3dd
commit 8adac5332a
2 changed files with 14 additions and 4 deletions

View File

@ -1,11 +1,20 @@
name: benchmarks
name: angular2_benchmarks
version: <%= packageJson.version %>
authors:
<%= Object.keys(packageJson.contributors).map(function(name) {
return '- '+name+' <'+packageJson.contributors[name]+'>';
}).join('\n') %>
description: Angular2 benchmarks
homepage: <%= packageJson.homepage %>
environment:
sdk: '>=1.4.0'
sdk: '>=1.9.0-dev.8.0'
dependencies:
angular2: '^<%= packageJson.version %>'
browser: '>=0.10.0 <0.11.0'
dependency_overrides:
angular2:
path: ../angular2
browser: '>=0.10.0 <0.11.0'
transformers:
- $dart2js:
# minify: false
minify: false
commandLineOptions: ['--dump-info', '--trust-type-annotations', '--trust-primitives']

View File

@ -31,3 +31,4 @@ function publishModule {
publishModule angular2
publishModule benchpress
publishModule benchmarks