0
Fork 0
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:
Alex Kocharin 2014-09-07 01:25:08 +04:00
commit dbb588f031
2 changed files with 5 additions and 1 deletions

View file

@ -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))

View file

@ -265,8 +265,8 @@ Storage.prototype.add_tags = function(name, tags, callback) {
}
utils.tag_version(data, tags[t], t, self.config)
cb()
}
cb()
}, callback)
}