do11y 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "do11y",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "A bare-bones tool to document Vue components.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": "github:sq11y/do11y",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"preview": "pnpm run -r preview",
|
|
60
60
|
"build:node": "tsc --p tsconfig.node.json && copyfiles -f src/docs/html/index.html dist/docs/html",
|
|
61
61
|
"build:client": "vue-tsc --build && vite build",
|
|
62
|
-
"build:example": "pnpm run -r build",
|
|
62
|
+
"build:example": "pnpm run -r --filter do11y-example build",
|
|
63
63
|
"build": "pnpm '/^build:.*/'",
|
|
64
64
|
"lint": "oxlint . --fix",
|
|
65
65
|
"fmt": "oxfmt ."
|