From 4743a9a52111c4ed4d9aeb0686dad1f0851b738b Mon Sep 17 00:00:00 2001 From: "@jotadeveloper" <@jotadeveloper> Date: Sun, 27 Jan 2019 11:40:44 +0100 Subject: [PATCH] feat(build): use typescript, jest 24 and babel 7 as stack BREAKING CHANGE: typescript build system requires a major release to avoid issues with old installations --- core/streams/README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/core/streams/README.md b/core/streams/README.md index e7e42b3c..cdf99da3 100644 --- a/core/streams/README.md +++ b/core/streams/README.md @@ -9,7 +9,12 @@ [![node](https://img.shields.io/node/v/@verdaccio/streams/latest.svg)](https://www.npmjs.com/package/verdaccio-memory) - This project provides an extension of `PassThrough` stream. -It provides 2 additional methods `abort()` and `done()`. Those implementations are widely use in the verdaccio core for handle `tarballs`. \ No newline at end of file +## Detail + +It provides 2 additional methods `abort()` and `done()`. Those implementations are widely use in the verdaccio core for handle `tarballs`. + +## License + +MIT (http://www.opensource.org/licenses/mit-license.php) \ No newline at end of file