Skip to content

Commit

Permalink
build: fix json assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUnderScorer committed Dec 5, 2024
1 parent 815e3b5 commit 8a66b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/syncVersion.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import path from 'path'
import fs from 'fs'
import pkg from '../package.json' assert { type: 'json' }
import pkg from '../package.json' with { type: 'json' }

const optionFiles = {
target: path.resolve('./src/lib/options.ts'),
Expand Down

0 comments on commit 8a66b60

Please sign in to comment.