1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-08 23:25:51 +01:00

Merge tag 'v0.5.9' of github.com:rlidwka/sinopia

0.5.9
This commit is contained in:
Alex Kocharin 2013-12-26 23:46:08 +04:00
commit b42687d230
3 changed files with 8 additions and 1 deletions

@ -1,4 +1,8 @@
26 Dec 2013, version 0.5.9
- fixing bug with bad Accept header (issue #32)
20 Dec 2013, version 0.5.8
- fixed a warning from js-yaml

@ -319,6 +319,9 @@ Storage.prototype.get_url = function(url) {
var rstream = this.request({
uri_full: url,
encoding: null,
headers: {
Accept: 'application/octet-stream',
},
})
rstream.on('response', function(res) {

@ -1,7 +1,7 @@
# use "yapm install ." if you're installing this from git repository
name: sinopia
version: 0.5.8
version: 0.5.9
description: Private npm repository server
author: