From 9daf4d98b98b774c12afc908732bfa60b2775a2c Mon Sep 17 00:00:00 2001 From: curben Date: Sat, 25 May 2019 22:20:54 +0930 Subject: [PATCH] docs(copy-button): clarify the source of cheerio package --- themes/typing/scripts/copy-button.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/themes/typing/scripts/copy-button.js b/themes/typing/scripts/copy-button.js index a31528f..e248ba0 100644 --- a/themes/typing/scripts/copy-button.js +++ b/themes/typing/scripts/copy-button.js @@ -1,4 +1,7 @@ -// Add "Copy" button to code snippet +/* +* Add "Copy" button to code snippet +* cheerio is provided by hexo package +*/ const cheerio = require('cheerio')