Skip to content

Commit

Permalink
feat(build): use typescript, jest 24 and babel 7 as stack BREAKING CH…
Browse files Browse the repository at this point in the history
…ANGE: typescript build system requires a major release to avoid issues with old installations
  • Loading branch information
@jotadeveloper authored and sergiohgz committed Jul 24, 2019
1 parent 06c6921 commit 4743a9a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions core/streams/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
## 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)

0 comments on commit 4743a9a

Please sign in to comment.