diff --git a/index.js b/index.js index e23b9c5..8e6af53 100644 --- a/index.js +++ b/index.js @@ -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 diff --git a/package.json b/package.json index 3dff269..82266bb 100644 --- a/package.json +++ b/package.json @@ -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",