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" },