From 276494c8a226fccb1194f27bccaf921961065765 Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Thu, 22 Sep 2016 16:36:46 +0200 Subject: [PATCH] 1.0.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0df77f7..107514a 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "smartchok", - "version": "1.0.0", + "version": "1.0.1", "description": "smart wrapper for chokidar", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "test": "(npm run prepareTest && npmts)", - "prepareTest":"(rm -f ./test/assets/hi.txt)" + "prepareTest": "(rm -f ./test/assets/hi.txt)" }, "repository": { "type": "git",