https://github.com/angular/angular
Revision 88869a296537e264bdd55ccb3c53c9031ec48cd6 authored by Diego Juliao on 19 October 2019, 06:39:33 UTC, committed by Matias Niemelä on 21 October 2019, 15:28:21 UTC
ngx-deploy-npm is a custom deployer to publish Angular libraries to NPM

PR Close #33269
1 parent 958aba9
Raw File
Tip revision: 88869a296537e264bdd55ccb3c53c9031ec48cd6 authored by Diego Juliao on 19 October 2019, 06:39:33 UTC
docs: update deployers table with ngx-deploy-npm (#33269)
Tip revision: 88869a2
.gitattributes
# Auto detect text files and perform LF normalization
* text=auto

# JS and TS files must always use LF for tools to work
*.js eol=lf
*.ts eol=lf

# API guardian patch must always use LF for tests to work
*.patch eol=lf

# Must keep Windows line ending to be parsed correctly
scripts/windows/packages.txt eol=crlf
back to top