feat(stop): expose barracks stop() fn (#359)
This commit is contained in:
committed by
Yoshua Wuyts
parent
e8f603782b
commit
eed3a41797
@@ -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
|
||||
|
||||
+1
-1
@@ -36,7 +36,7 @@
|
||||
],
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"barracks": "^9.0.0",
|
||||
"barracks": "^9.1.0",
|
||||
"document-ready": "~1.0.2",
|
||||
"global": "^4.3.0",
|
||||
"nanoraf": "^2.1.1",
|
||||
|
||||
Reference in New Issue
Block a user