From ab070c76be479350d06812e3580735ee0c2af0fe Mon Sep 17 00:00:00 2001 From: Hannah Nordgren Date: Wed, 27 Sep 2017 16:27:18 -0400 Subject: [PATCH] [BUGFIX] updated quartz version number, not chokidar --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index adf3950..c14ab0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vhx/quartz", - "version": "1.5.2", + "version": "1.5.3", "description": "VHX Style Guide and JS Components.", "homepage": "https://github.com/vhx/quartz", "author": "VHX", @@ -22,7 +22,7 @@ "babel-core": "6.14.0", "babel-preset-es2015": "6.14.0", "chalk": "1.1.3", - "chokidar": "^1.5.3", + "chokidar": "^1.5.2", "clean-css": "^3.4.18", "concat-files": "^0.1.0", "fs-walk": "0.0.1",