Skip to content

Commit

Permalink
Merge 9bf09f3 into 69541a3
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanlawson committed Aug 6, 2021
2 parents 69541a3 + 9bf09f3 commit 982aee6
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions package.json
Expand Up @@ -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",
Expand Down

0 comments on commit 982aee6

Please sign in to comment.