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.
2 parents f427c1b + b23322e commit 4e6d566Copy full SHA for 4e6d566
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