Skip to content

Commit

Permalink
fix dingus import (#3281)
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed May 6, 2024
1 parent 5476fa4 commit 124738b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/dingus.js
@@ -1,4 +1,4 @@
import { marked } from '../src/marked.js';
import { marked } from '../lib/marked.esm.js';
import { createRequire } from 'node:module';
const require = createRequire(import.meta.url);
const version = require('../package.json').version;
Expand Down

0 comments on commit 124738b

Please sign in to comment.