https://github.com/angular/angular
Raw File
Tip revision: f258ec67bf20974362c33f59ec2be79fa9f8b9c8 authored by Miško Hevery on 16 March 2018, 23:16:24 UTC
docs(ivy): update status of ivy (#22834)
Tip revision: f258ec6
package.json
{
  "name": "@angular/common",
  "version": "0.0.0-PLACEHOLDER",
  "description": "Angular - commonly needed directives and services",
  "main": "./bundles/common.umd.js",
  "module": "./esm5/common.js",
  "es2015": "./esm2015/common.js",
  "typings": "./common.d.ts",
  "author": "angular",
  "license": "MIT",
  "dependencies": {
    "tslib": "^1.9.0"
  },
  "locales": "locales",
  "peerDependencies": {
    "rxjs": "^5.5.0",
    "@angular/core": "0.0.0-PLACEHOLDER"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/angular/angular.git"
  },
  "ng-update": {
    "packageGroup": "NG_UPDATE_PACKAGE_GROUP"
  },
  "sideEffects": false
}
back to top