diff options
author | Wu Cheng-Han | 2016-07-13 10:42:32 +0800 |
---|---|---|
committer | Wu Cheng-Han | 2016-07-13 10:42:32 +0800 |
commit | 2b5c7365abd5bf712bd57b53725a14d19415b365 (patch) | |
tree | 00f9249f4b271060c364a421d56dbc975ac5887b | |
parent | b3ba512ceafdf6f6945bc82123fea641b3077570 (diff) |
Change npm imgur package to self owned repo in order to fix some exception
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 91755b20..1d569e20 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "formidable": "^1.0.17", "helmet": "^2.1.1", "highlight.js": "^9.4.0", - "imgur": "^0.1.7", + "imgur": "git+https://github.com/hackmdio/node-imgur.git", "jsdom-nogyp": "^0.8.3", "lz-string": "1.4.4", "markdown-it": "^7.0.0", |