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:
commit
b42687d230
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user