From 3fd2eaef2a3404c513175b57654efd86b607e934 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Fri, 6 Aug 2021 10:19:47 -0700 Subject: [PATCH] fix: actually publish i18n files (#202) --- package.json | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index d3d9ae4..5ac4e7b 100644 --- a/package.json +++ b/package.json @@ -8,13 +8,14 @@ "type": "module", "customElements": "custom-elements.json", "files": [ - "database.js*", - "index.js*", - "picker.js*", - "trimEmojiData.*", - "svelte.js*", - "*.d.ts", - "custom-elements.json" + "/database.js*", + "/index.js*", + "/picker.js*", + "/trimEmojiData.*", + "/svelte.js*", + "/*.d.ts", + "/custom-elements.json", + "/i18n/*" ], "scripts": { "prepare": "run-s build",