mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-04-01 02:42:23 -05:00
Merge branch '0.9.x' of github.com:rlidwka/sinopia
This commit is contained in:
commit
dbb588f031
2 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,8 @@
|
|||
|
||||
7 Sep 2014, version 0.9.3
|
||||
|
||||
- fix several bugs that could cause "can't set headers" exception
|
||||
|
||||
3 Sep 2014, version 0.9.2
|
||||
|
||||
- allow "pretty" format for logging into files (issue [#88](https://github.com/rlidwka/sinopia/pull/88))
|
||||
|
|
|
@ -265,8 +265,8 @@ Storage.prototype.add_tags = function(name, tags, callback) {
|
|||
}
|
||||
|
||||
utils.tag_version(data, tags[t], t, self.config)
|
||||
cb()
|
||||
}
|
||||
cb()
|
||||
}, callback)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue