Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6488c80

Browse files
committed
use plotly_node.mjs in tasks/schema.mjs
1 parent 7177040 commit 6488c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/schema.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import fs from 'fs';
22
import path from 'path';
33

44
import constants from './util/constants.js';
5-
import plotlyNode from './util/plotly_node.js';
5+
import plotlyNode from './util/plotly_node.mjs';
66

77
function caseInsensitive(a, b) {
88
return a.toLowerCase().localeCompare(b.toLowerCase());

0 commit comments

Comments
 (0)