https://github.com/angular/angular
Raw File
Tip revision: 96efb4b165b24912c415bcb9708f68f128e56f72 authored by George Kalpakas on 09 January 2018, 18:55:02 UTC
ci: temporary work-around for Travis issue (#21422)
Tip revision: 96efb4b
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.7.1"
  },
  "peerDependencies": {
    "rxjs": "^5.5.0",
    "@angular/core": "0.0.0-PLACEHOLDER"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/angular/angular.git"
  }
}
back to top