From 909721e388ecb3c110a971c549f6ecd142aa035f Mon Sep 17 00:00:00 2001 From: Asif Mohd Date: Wed, 4 Nov 2020 02:08:18 -0800 Subject: [PATCH 1/2] minor change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 258b5df8..e4667f37 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ -A productive cli tool to enjoy leetcode! +A productive cli tool to enjoy leetcode! updated by mdasif Great thanks to leetcode.com, a really awesome website! From f1f7a29df8569e93a834b0bb3f4c128467ce5cd5 Mon Sep 17 00:00:00 2001 From: Asif Mohd Date: Wed, 4 Nov 2020 02:11:24 -0800 Subject: [PATCH 2/2] point to mdasif/leetcode-cli-plugins for plugins. --- lib/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config.js b/lib/config.js index 373b9f0f..599e12a4 100644 --- a/lib/config.js +++ b/lib/config.js @@ -44,7 +44,7 @@ const DEFAULT_CONFIG = { verify: 'https://leetcode.com/submissions/detail/$id/check/', favorites: 'https://leetcode.com/list/api/questions', favorite_delete: 'https://leetcode.com/list/api/questions/$hash/$id', - plugin: 'https://github.com/skygragon/leetcode-cli-plugins/raw/master/plugins/$name.js' + plugin: 'https://github.com/mdasif/leetcode-cli-plugins/raw/master/plugins/$name.js' } },