diff options
author | Wu Cheng-Han | 2016-07-30 11:12:28 +0800 |
---|---|---|
committer | Wu Cheng-Han | 2016-07-30 11:12:28 +0800 |
commit | 045c08447fd26a679da35e20464757085d753333 (patch) | |
tree | 4c6bfaadebe78e1f0d7efa64e88a03329d51c356 | |
parent | 725e98288bdb6316a6cc4ae0580406ed90806e72 (diff) |
Update to use own package of google-diff-match-patch to solve encodeURI exception issue
Diffstat (limited to '')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 1d569e20..63beebb0 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "connect-session-sequelize": "^3.0.0", "cookie": "0.3.1", "cookie-parser": "1.4.3", - "diff-match-patch": "^1.0.0", + "diff-match-patch": "git+https://github.com/hackmdio/diff-match-patch.git", "ejs": "^2.4.2", "emojify.js": "^1.1.0", "express": ">=4.13", |