Skip to content

Commit ceaa188

Browse files
committed
fix: Includes scripts directory in the published package
Makes the `scripts` directory available to consumers of the package. This allows the execution of custom scripts bundled with the package.
1 parent d833e52 commit ceaa188

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
"main": "./dist/module.mjs",
4848
"types": "./dist/types.d.mts",
4949
"files": [
50-
"dist"
50+
"dist",
51+
"scripts"
5152
],
5253
"bin": {
5354
"nuxt-users": "./dist/cli.mjs"

0 commit comments

Comments
 (0)