From c8661b8afb4b2028a34011a5b99056d71a653de2 Mon Sep 17 00:00:00 2001 From: jeromew Date: Thu, 14 Mar 2019 18:55:48 +0000 Subject: [PATCH] fix Makefile tabulation --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index c57d4a4..b1bc3ef 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,6 @@ minor: test npm publish major: test - npm version major -m "Bump version" - git push origin master --tags - npm publish + npm version major -m "Bump version" + git push origin master --tags + npm publish