@do11y/docs 0.0.0 → 0.0.2

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.
Files changed (2) hide show
  1. package/dist/files.js +1 -1
  2. package/package.json +1 -1
package/dist/files.js CHANGED
@@ -3,6 +3,6 @@ import { createRequire } from 'node:module';
3
3
  import { searchForWorkspaceRoot } from 'vite';
4
4
  const require = createRequire(import.meta.url);
5
5
  export const ui = join(dirname(require.resolve('@do11y/ui/package.json')));
6
- export const root = join(searchForWorkspaceRoot(process.cwd()), 'example');
6
+ export const root = searchForWorkspaceRoot(process.cwd());
7
7
  export const docs = join(root, 'docs');
8
8
  export const plugins = join(docs, 'site', 'plugins.ts');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@do11y/docs",
3
- "version": "0.0.0",
3
+ "version": "0.0.2",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",