From d23bcacbf5d7cc05dc121b9580d33b28a2b2d0f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Wed, 23 May 2018 17:27:41 +0200 Subject: [PATCH] 2.5.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 754051c..9c446ee 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "choo-devtools", - "description": "Expose a choo instance on the window", + "description": "Console devtools for Choo", "repository": "choojs/choo-devtools", - "version": "2.5.0", + "version": "2.5.1", "scripts": { "deps": "dependency-check . && dependency-check . --extra --no-dev", "start": "node .",