Skip to content

Commit

Permalink
Update json-refs file path
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Amalric committed Nov 28, 2023
1 parent eb0c582 commit 48cad6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jsfc/src/resolve.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as JsonRefs from './../../json-refs-standalone';
import * as JsonRefs from './../lib/json-refs-standalone';

export function jsonref(schema, callBack) {
let promise = new Promise(function (resolve, reject) {
Expand Down

0 comments on commit 48cad6b

Please sign in to comment.