From 99c1faefcd7167a7caa309f2affc7d0d807a76e4 Mon Sep 17 00:00:00 2001 From: Aral Roca Date: Tue, 30 Apr 2024 00:13:15 +0200 Subject: [PATCH] fix tarball --- package.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 606225e..c0f3afd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-translate-plugin", - "version": "3.0.0-canary.3", + "version": "3.0.0-canary.4", "description": "Tiny and powerful i18n plugin to translate your Next.js pages.", "license": "MIT", "keywords": [ @@ -32,7 +32,8 @@ "files": [ "lib", "index*", - "loader*", + "index/*", + "loader", "template*", "types*", "utils*", @@ -103,5 +104,6 @@ "transform": { "^.+\\.(j|t)sx?$": "babel-jest" } - } + }, + "packageManager": "yarn@1.22.21" } \ No newline at end of file