Skip to content

Commit

Permalink
Update devtools-exome.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcisbee committed Jun 21, 2024
1 parent f30be56 commit d763252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devtools-exome.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Exome, type Middleware, getExomeId, subscribe } from "exome";

// @ts-ignore
import packageJson from "../package.json" assert { type: "json" };
import packageJson from "../package.json" with { type: "json" };

export interface DevtoolsExtensionInterface {
connect(config: {
Expand Down

0 comments on commit d763252

Please sign in to comment.