Skip to content

Commit 045c084

Browse files
committed
Update to use own package of google-diff-match-patch to solve encodeURI exception issue
1 parent 725e982 commit 045c084

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"connect-session-sequelize": "^3.0.0",
1515
"cookie": "0.3.1",
1616
"cookie-parser": "1.4.3",
17-
"diff-match-patch": "^1.0.0",
17+
"diff-match-patch": "git+https://github.com/hackmdio/diff-match-patch.git",
1818
"ejs": "^2.4.2",
1919
"emojify.js": "^1.1.0",
2020
"express": ">=4.13",

0 commit comments

Comments
 (0)