Skip to content

Commit

Permalink
fix: Replace missed occurrences of ocular-dev-tools to @vis.gl/dev-to…
Browse files Browse the repository at this point in the history
…ols (visgl#216)
  • Loading branch information
zakjan authored Feb 16, 2025
1 parent 30dc4b9 commit d8e405c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ocularrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** @typedef {import('ocular-dev-tools').OcularConfig} OcularConfig */
/** @typedef {import('@vis.gl/dev-tools').OcularConfig} OcularConfig */

import {dirname, join} from 'path';
import {fileURLToPath} from 'url';
Expand Down
2 changes: 1 addition & 1 deletion examples/vite.config.local.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// of building against their installed version of the modules.

import {defineConfig} from 'vite';
import {getOcularConfig} from 'ocular-dev-tools';
import {getOcularConfig} from '@vis.gl/dev-tools';
import {join} from 'path';

const rootDir = join(__dirname, '..');
Expand Down

0 comments on commit d8e405c

Please sign in to comment.