We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f427c1b commit b23322eCopy full SHA for b23322e
bin/jsondiffpatch
@@ -1,6 +1,6 @@
1
#!/usr/bin/env node
2
3
-const jsondiffpatch = require('../build/jsondiffpatch.cjs');
+const jsondiffpatch = require('..');
4
5
const fs = require('fs');
6
0 commit comments