Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "kolay", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "", | ||
@@ -49,3 +49,8 @@ "keywords": [ | ||
}, | ||
"volta": { | ||
"node": "20.10.0", | ||
"pnpm": "8.13.1" | ||
}, | ||
"scripts": { | ||
"fix": "pnpm lint:fix && pnpm --filter docs-app lint:fix", | ||
"lint": "concurrently 'npm:lint:*(!fix)' --names 'lint:'", | ||
@@ -52,0 +57,0 @@ "lint:fix": "pnpm lint:js:fix && pnpm lint:prettier:fix", |
@@ -7,3 +7,3 @@ import { createUnplugin } from 'unplugin'; | ||
export const createManifest = createUnplugin((options) => { | ||
let { src, dest, name, include, exclude } = options ?? {}; | ||
let { src, dest, name, include, exclude, onlyDirectories } = options ?? {}; | ||
@@ -14,2 +14,3 @@ dest ??= src; | ||
exclude ??= []; | ||
onlyDirectories ??= false; | ||
@@ -25,2 +26,3 @@ return { | ||
expandDirectories: true, | ||
onlyDirectories, | ||
}); | ||
@@ -27,0 +29,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7681
195