From c9f29bc6a61f80011710a78bc76e5149b4d2e716 Mon Sep 17 00:00:00 2001 From: Debangshu Roy Date: Mon, 27 Jul 2020 04:34:34 +0530 Subject: [PATCH] correction in Repo name and Version change to v2.1.3. --- README.md | 4 ++-- package.json | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 468a25d..6b53b95 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# tailwindcss-textShadow +# tailwindcss-textshadow A Utility Plugins for controlling Text Shadow of an text element. @@ -145,7 +145,7 @@ module.exports = { ## Credits - [Adam Wathan](https://github.com/adamwathan) -- [Contributors](https://github.com/iunteq/tailwindcss-textShadow/graphs/contributors) +- [Contributors](https://github.com/iunteq/tailwindcss-textshadow/graphs/contributors) > :green_heart: If you :+1: this, then please give a :star:. Thank you. diff --git a/package.json b/package.json index 4ed6f1f..829a970 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tailwindcss-textshadow", - "version": "2.1.2", + "version": "2.1.3", "description": "A Utility Plugins for controlling Text Shadow of an text element.", "main": "index.js", "keywords": [ @@ -20,13 +20,13 @@ "copyright": "iunteq", "repository": { "type": "git", - "url": "git://github.com/iunteq/tailwindcss-textShadow.git" + "url": "git://github.com/iunteq/tailwindcss-textshadow.git" }, - "publishConfig": { "registry": "https://npm.pkg.github.com/" }, + "publishConfig": { "registry": "https://registry.npmjs.org/" }, "bugs": { - "url": "https://github.com/iunteq/tailwindcss-textShadow/issues" + "url": "https://github.com/iunteq/tailwindcss-textshadow/issues" }, - "homepage": "https://github.com/iunteq/tailwindcss-textShadow#readme", + "homepage": "https://github.com/iunteq/tailwindcss-textshadow#readme", "dependencies": { "tailwindcss": "^1.2.0" }