Skip to content

Commit ba8850f

Browse files
authored
Update package.json
Possible fix for: ``` node:internal/modules/cjs/loader:361 throw err; ^ Error: Cannot find module '/Users/frankbouwens/priv/SOME_PROJECT/node_modules/@2toad/diff-match-patch/diff_match_patch.js'. Please verify that the package.json has a valid "main" entry ```
1 parent 94a6f66 commit ba8850f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"diff-match-patch",
1010
"levenshtein"
1111
],
12-
"main": "diff_match_patch.js",
12+
"main": "diff-match-patch.js",
1313
"directories": {
1414
"test": "tests"
1515
},

0 commit comments

Comments
 (0)