https://github.com/angular/angular
Raw File
Tip revision: 5d43497717c7585fa36d630163d2c231cc16affe authored by Paul Gschwendtner on 24 June 2021, 10:01:29 UTC
ci: replace RBE instance name for components-repo-unit-tests job (#42647)
Tip revision: 5d43497
package.json
{
  "name": "@angular/common",
  "version": "0.0.0-PLACEHOLDER",
  "description": "Angular - commonly needed directives and services",
  "main": "./bundles/common.umd.js",
  "module": "./fesm5/common.js",
  "es2015": "./fesm2015/common.js",
  "esm5": "./esm5/common.js",
  "esm2015": "./esm2015/common.js",
  "fesm5": "./fesm5/common.js",
  "fesm2015": "./fesm2015/common.js",
  "typings": "./common.d.ts",
  "author": "angular",
  "license": "MIT",
  "locales": "locales",
  "peerDependencies": {
    "rxjs": "^6.5.3",
    "@angular/core": "0.0.0-PLACEHOLDER",
    "tslib": "^1.10.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/angular/angular.git",
    "directory": "packages/common"
  },
  "ng-update": {
    "packageGroup": "NG_UPDATE_PACKAGE_GROUP"
  },
  "sideEffects": [
    "**/global/*.js",
    "**/closure-locale.*"
  ],
  "publishConfig":{
    "registry":"https://wombat-dressing-room.appspot.com"
  }
}
back to top