https://github.com/angular/angular
Raw File
Tip revision: 15090a8ad4a23dbe947ec48b581f1bf6a2da411e authored by Alex Rickabaugh on 09 June 2017, 23:11:29 UTC
docs: add changelog for 4.2.1
Tip revision: 15090a8
package.json
{
  "name": "@angular/compiler",
  "version": "0.0.0-PLACEHOLDER",
  "description": "Angular - the compiler library",
  "main": "./bundles/compiler.umd.js",
  "module": "./@angular/compiler.es5.js",
  "es2015": "./@angular/compiler.js",
  "typings": "./compiler.d.ts",
  "author": "angular",
  "license": "MIT",
  "dependencies": {
    "tslib": "^1.7.1"
  },
  "peerDependencies": {
    "@angular/core": "0.0.0-PLACEHOLDER"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/angular/angular.git"
  }
}
back to top