fix: actually publish i18n files (#202)

This commit is contained in:
Nolan Lawson 2021-08-06 10:19:47 -07:00 committed by GitHub
parent 69541a3957
commit 3fd2eaef2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 7 deletions

View File

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