Skip to content

Commit db1794f

Browse files
committed
fix: upgrade import assertion to import attributes
1 parent 0b73830 commit db1794f

File tree

2 files changed

+5933
-4764
lines changed

2 files changed

+5933
-4764
lines changed

manifest.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import packageJson from "./package.json" assert { type: "json" };
1+
import packageJson from "./package.json" with { type: "json" };
22

33
/**
44
* After changing, please reload the extension at `chrome://extensions`

0 commit comments

Comments
 (0)