Skip to content

Commit 7019e27

Browse files
committed
chore(example): include scope @codemonger-io in package name
1 parent 8da5843 commit 7019e27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"type-check": "vue-tsc --noEmit"
1010
},
1111
"dependencies": {
12-
"mapbox-collision-boxes": "workspace:*",
12+
"@codemonger-io/mapbox-collision-boxes": "workspace:*",
1313
"mapbox-gl": "catalog:",
1414
"vue": "^3.3.11"
1515
},

example/src/components/TheMap.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import {
1717
type FeatureBox,
1818
boxesIntersect,
1919
collectCollisionBoxesAndFeatures,
20-
} from 'mapbox-collision-boxes';
20+
} from '@codemonger-io/mapbox-collision-boxes';
2121
2222
import { MAPBOX_ACCESS_TOKEN } from '../mapbox-config';
2323
import catPng from '../assets/cat.png';

0 commit comments

Comments
 (0)