feat(stop): expose barracks stop() fn (#359)

This commit is contained in:
Ben Gourley
2017-01-21 18:08:43 +01:00
committed by Yoshua Wuyts
parent e8f603782b
commit eed3a41797
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -33,6 +33,7 @@ function choo (opts) {
start.router = router
start.model = model
start.start = start
start.stop = _store.stop
start.use = use
return start