From eed3a41797b8e66c14723217db06e77e57796c5d Mon Sep 17 00:00:00 2001 From: Ben Gourley Date: Sat, 21 Jan 2017 17:08:43 +0000 Subject: [PATCH] feat(stop): expose barracks stop() fn (#359) --- index.js | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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",