From f460a257e229c5ebe4f3de43de30c970c6f73e61 Mon Sep 17 00:00:00 2001 From: Beka Date: Thu, 17 Jun 2021 10:36:57 +0600 Subject: [PATCH] 2.0.5 --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 5a85f72..f429406 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@graxmonzo/tailwind-caret-color", - "version": "2.0.4", + "version": "2.0.5", "description": "Tailwind plugin to create caret color classes", "main": "index.js", "repository": { @@ -20,9 +20,6 @@ "scripts": { "test": "jest" }, - "publishConfig": { - "registry": "https://npm.pkg.github.com/" - }, "devDependencies": { "jest": "^27.0.4", "jest-matcher-css": "^1.1.0",