urish / ngx-moment

moment.js pipes for Angular
MIT License
1.17k stars 154 forks source link

Tslib missing from package.json file #216

Closed AMBudnik closed 5 years ago

AMBudnik commented 5 years ago

Description of the Issue and Steps to Reproduce:

Hey,

I was checking this repository and spotted that on NPM you're having the tslib as a dependency but it's missing in the package.json file. Versions are the same for both sources - 3.4.0

urish commented 5 years ago

Yes, it's added automatically by the Angular CLI whenever you run ng build.

As far as I can tell, this is the intended behavior. Check out angular/angular-cli#13886 and ng-packagr/ng-packagr#1159 for more information.

AMBudnik commented 5 years ago

Oh, that's interesting. Thanks @urish

urish commented 5 years ago

You are welcome :-)