From e7c68a5c4f6bcc8f6ac52b76b7194b0884898635 Mon Sep 17 00:00:00 2001 From: Shawn Inder Date: Wed, 12 Oct 2016 23:12:14 -0400 Subject: [PATCH] 1.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e820e7c..1d6d59c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "strip-formatting", - "version": "1.0.1", + "version": "1.0.2", "description": "Removes leading whitespace from each line of input", "main": "lib/index.js", "scripts": {