From 560641524b3504a747f51f125a2b86d852433930 Mon Sep 17 00:00:00 2001 From: Debangshu Roy Date: Mon, 27 Jul 2020 01:41:14 +0530 Subject: [PATCH] Version change to v2.1.2 in package.json. --- package.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index ec70445..4ed6f1f 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,8 @@ { "name": "tailwindcss-textshadow", - "version": "2.1.1", - "description": "A Utility Plugins for Text Shadow like Tailwindcss default boxshadow with theme and variants option.", + "version": "2.1.2", + "description": "A Utility Plugins for controlling Text Shadow of an text element.", "main": "index.js", - "repository": { - "type": "git", - "url": "https://github.com/iunteq/tailwindcss-textShadow.git" - }, "keywords": [ "textshadow", "tailwind", @@ -22,6 +18,11 @@ "author": "Debangshu Roy", "license": "MIT", "copyright": "iunteq", + "repository": { + "type": "git", + "url": "git://github.com/iunteq/tailwindcss-textShadow.git" + }, + "publishConfig": { "registry": "https://npm.pkg.github.com/" }, "bugs": { "url": "https://github.com/iunteq/tailwindcss-textShadow/issues" },