Skip to content

Commit 4e6d566

Browse files
authored
Merge pull request #227 from raphinesse/patch-1
Fix wrong import path in CLI
2 parents f427c1b + b23322e commit 4e6d566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/jsondiffpatch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env node
22

3-
const jsondiffpatch = require('../build/jsondiffpatch.cjs');
3+
const jsondiffpatch = require('..');
44

55
const fs = require('fs');
66

0 commit comments

Comments
 (0)