Skip to content

Commit 78d9ff9

Browse files
TheSpydersirreal
andcommitted
Add basic NPM boilerplate. Apply API changes from https://github.com/JackuB/diff-match-patch. Swap to ESM. Fixes #3.
Co-authored-by: Jon Surrell <sirreal@users.noreply.github.com>
1 parent 70f5f62 commit 78d9ff9

File tree

6 files changed

+95
-139
lines changed

6 files changed

+95
-139
lines changed

javascript/.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
npm-debug.log
2+
node_modules

javascript/.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
tests

javascript/diff_match_patch.js

-61
This file was deleted.

0 commit comments

Comments
 (0)