diff options
author | 2020-06-03 21:42:18 +0800 | |
---|---|---|
committer | 2020-06-03 21:42:18 +0800 | |
commit | 0fa514dbeeab6395ef095cff80beac41443a6574 (patch) | |
tree | b175648cbe2a88c6d7e8763e631c7205e3e284a4 /source/features/embed-gist-via-iframe.tsx | |
parent | b393e2e2465a91ccbddf6ff60def616020712306 (diff) | |
download | refined-github-0fa514dbeeab6395ef095cff80beac41443a6574.tar.gz refined-github-0fa514dbeeab6395ef095cff80beac41443a6574.tar.zst refined-github-0fa514dbeeab6395ef095cff80beac41443a6574.zip |
Upgrade dependencies (#3168)
Co-authored-by: Fregante <opensource@bfred.it>
Diffstat (limited to 'source/features/embed-gist-via-iframe.tsx')
-rw-r--r-- | source/features/embed-gist-via-iframe.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/embed-gist-via-iframe.tsx b/source/features/embed-gist-via-iframe.tsx index 11bd5fb2..b9c079a7 100644 --- a/source/features/embed-gist-via-iframe.tsx +++ b/source/features/embed-gist-via-iframe.tsx @@ -24,7 +24,7 @@ function init(): void { embedViaScript.after(embedViaIframe); } -features.add({ +void features.add({ id: __filebasename, description: 'Adds a menu item to embed a gist via <iframe>.', screenshot: 'https://user-images.githubusercontent.com/44045911/63633382-6a1b6200-c67a-11e9-9038-aedd62e4f6a8.png' |