MichaelMalony

Results 3 issues of MichaelMalony

Any chance we could get the Angular peer dependencies upped to build with Angular 5+ without npm warnings? This is the warning I get when using Angular 5: ``` npm...

### Steps to reproduce ``` var httpClient = new HttpClient(); var stream = await httpClient.GetStreamAsync("https://files.pythonhosted.org/packages/04/b5/fea02ac9306b5d56a5019133f4edda6c9e3cfbd1b5ce663158486ba77eea/diffpy.srfit-1.3.tar.gz"); var gzipStream = new GZipInputStream(stream); var tarStream = new TarInputStream(gzipStream, Encoding.ASCII); while (tarStream.CanRead) { var...

Any chance we could get the Angular peer dependencies upped to build with Angular 5+ without npm warnings? Maybe something like: ``` "@angular/common": ">= 4.4.6 = 4.4.6 = 4.4.6