Skip to content

Commit

Permalink
chore: include docs files in konami-emoji-blast-nuxt/package.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Dec 9, 2024
1 parent 583ba85 commit 94b9afb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/konami-emoji-blast-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@
"main": "./dist/module.cjs",
"types": "./dist/types.d.ts",
"files": [
"dist"
"dist",
"package.json",
"LICENSE.md",
"README.md"
],
"scripts": {
"prebuild": "nuxi prepare",
Expand Down

0 comments on commit 94b9afb

Please sign in to comment.