Skip to content

Commit 5b66f45

Browse files
committed
Update utils path in api-ja
1 parent 25857a8 commit 5b66f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/api-ja.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const fetch = require('node-fetch');
22
const fs = require('fs');
33
const path = require('path');
44
const { api: apiOverrides } = require('./data/meta-override.json');
5-
const utils = require('./utils');
5+
const utils = require('./utils.mjs');
66

77
const DEMOS_PATH = path.resolve('static/demos');
88
let COMPONENT_LINK_REGEXP;

0 commit comments

Comments
 (0)