Skip to content

Commit d8e405c

Browse files
authored
fix: Replace missed occurrences of ocular-dev-tools to @vis.gl/dev-tools (#216)
1 parent 30dc4b9 commit d8e405c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ocularrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** @typedef {import('ocular-dev-tools').OcularConfig} OcularConfig */
1+
/** @typedef {import('@vis.gl/dev-tools').OcularConfig} OcularConfig */
22

33
import {dirname, join} from 'path';
44
import {fileURLToPath} from 'url';

examples/vite.config.local.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// of building against their installed version of the modules.
44

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

99
const rootDir = join(__dirname, '..');

0 commit comments

Comments
 (0)