https://github.com/angular/angular
Raw File
Tip revision: 28a92b2bcd182eab71914b687f9a201d55e0b7ed authored by Chuck Jazdzewski on 21 December 2016, 22:26:13 UTC
docs(changelog): add changelog for 2.4.1
Tip revision: 28a92b2
circle.yml
machine:
  node:
    version: 5.4.1

dependencies:
  pre:
    - npm install -g npm@3.6.0

test:
  override:
    - gulp lint
back to top