Skip to content

Commit 6b175a1

Browse files
committed
chore: change assert to with verbiage to satisfy import assertion removal
1 parent 8b36e3b commit 6b175a1

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

src/utils/manifest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { writeFile } from 'node:fs/promises';
22
import { join } from 'node:path';
33
import { cwd } from 'node:process';
44

5-
import packageJSON from '../../package.json' assert { type: 'json' };
5+
import packageJSON from '../../package.json' with { type: 'json' };
66

77
export default async function generateObsidianPluginManifest() {
88
const manifest = {

src/utils/utils.ts

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)