From 251f817a75d329aca6b185c1e66c0aadbc6d71f2 Mon Sep 17 00:00:00 2001 From: "Jules Sam. Randolph" Date: Fri, 28 Jan 2022 14:00:05 -0300 Subject: [PATCH] chore: fix wrong respository.directory in package.json --- packages/counter-style/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/counter-style/package.json b/packages/counter-style/package.json index e3672bd..49049b4 100644 --- a/packages/counter-style/package.json +++ b/packages/counter-style/package.json @@ -62,7 +62,7 @@ "license": "MIT", "repository": { "type": "git", - "directory": "packages/react-native-li", + "directory": "packages/counter-style", "url": "git+ssh://git@github.com/jsamr/react-native-li.git" }, "publishConfig": {