0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-17 23:45:29 -05:00
This commit is contained in:
Alex Kocharin 2014-03-13 19:47:49 +00:00
parent 8af77df0e0
commit bf63b9f738

View file

@ -11,6 +11,9 @@
- all tarballs are returned with `Content-Length`, which allows [yapm](https://github.com/rlidwka/yapm) to estimate download time - all tarballs are returned with `Content-Length`, which allows [yapm](https://github.com/rlidwka/yapm) to estimate download time
- when connection to public registry is interrupted when downloading a tarball, we no longer save incomplete tarball to the disk - when connection to public registry is interrupted when downloading a tarball, we no longer save incomplete tarball to the disk
- other changes:
- 404 errors are returned in couchdb-like manner (issue #56)
5 Mar 2014, version 0.6.7 5 Mar 2014, version 0.6.7
- pin down express@3 version, since sinopia doesn't yet work with express@4 - pin down express@3 version, since sinopia doesn't yet work with express@4