https://github.com/angular/angular
Raw File
Tip revision: 9da7ea983689e29d0dc9454c73cb978e1ea57c5a authored by Joey Perrott on 24 March 2021, 16:27:09 UTC
release: cut the v12.0.0-next.6 release (#41337)
Tip revision: 9da7ea9
package.json
{
  "name": "@angular/core",
  "version": "0.0.0-PLACEHOLDER",
  "description": "Angular - the core framework",
  "author": "angular",
  "license": "MIT",
  "dependencies": {
    "tslib": "^2.1.0"
  },
  "peerDependencies": {
    "rxjs": "^6.5.3",
    "zone.js": "~0.11.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/angular/angular.git",
    "directory": "packages/core"
  },
  "ng-update": {
    "migrations": "./schematics/migrations.json",
    "packageGroup": "NG_UPDATE_PACKAGE_GROUP"
  },
  "sideEffects": false,
  "publishConfig": {
    "registry": "https://wombat-dressing-room.appspot.com"
  }
}
back to top