Skip to content

Commit

Permalink
fix: fix assert json error
Browse files Browse the repository at this point in the history
  • Loading branch information
flytam committed Dec 31, 2024
1 parent daca1c9 commit f438d5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "csdnsynchexo",
"version": "4.0.1",
"version": "4.0.2",
"description": "支持csdn/博客园/掘金/segmentfault/腾讯云加社区等平台一键迁移hexo",
"main": "dist/src/index.js",
"module": "dist/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import path from 'path'
import { run } from './core/index.js'
import { error, info } from './log/index.js'
// cli
import pkg from '../package.json' assert { type: 'json' }
import pkg from '../package.json' with { type: 'json' }
import fs from 'fs-extra'

export const cli = async () => {
Expand Down

0 comments on commit f438d5f

Please sign in to comment.