https://github.com/angular/angular
Raw File
Tip revision: 2686219fcee938fbb4359aa6318ffd97f91b0240 authored by Alex Rickabaugh on 14 December 2017, 16:36:01 UTC
ci: sync CircleCI config from master to 5.0.x
Tip revision: 2686219
package.json
{
  "name": "@angular/platform-browser/animations",
  "typings": "./animations.d.ts",
  "main": "../bundles/platform-browser-animations.umd.js",
  "module": "../esm5/animations.js",
  "es2015": "../esm2015/animations.js"
}
back to top