angular/packages/benchpress/package.json
Paul Gschwendtner 53a4a03144 build: bump version for @angular/benchpress to v0.3.0 (#44893)
Bumps the version for Angular benchpress so that another
version shipping with APF v13 and strict ESM can be published.

PR Close #44893
2022-01-31 21:27:08 +00:00

26 lines
683 B
JSON

{
"name": "@angular/benchpress",
"version": "0.3.0",
"description": "Benchpress - a framework for e2e performance tests",
"dependencies": {
"@angular/core": "^13.0.0 || ^14.0.0-0",
"reflect-metadata": "^0.1.13"
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.git",
"directory": "packages/benchpress"
},
"keywords": [
"angular",
"benchmarks"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/angular/angular/issues"
},
"homepage": "https://github.com/angular/angular/tree/master/packages/compiler-cli",
"publishConfig": {
"registry": "https://wombat-dressing-room.appspot.com"
}
}