Skip to content

Commit 3a9aa65

Browse files
committed
Update yaml files for 5.x compatible nbextensions (2)
1 parent 654c45d commit 3a9aa65

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/jupyter_contrib_nbextensions/nbextensions/code_font_size/code_font_size.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ Link: README.md
44
Description: Adds toolbar buttons to increase and decrease code's font size.
55
This is useful, for example, when projecting the notebook.
66
Main: code_font_size.js
7-
Compatibility: 4.x
7+
Compatibility: 4.x, 5.x

src/jupyter_contrib_nbextensions/nbextensions/runtools/runtools.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ Description: Runtools provide a number of additional functions for working with
44
Link: readme.md
55
Icon: icon.png
66
Main: main.js
7-
Compatibility: 4.x
7+
Compatibility: 4.x, 5.x

src/jupyter_contrib_nbextensions/nbextensions/spellchecker/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Type: IPython Notebook Extension
2-
Compatibility: 4.x
2+
Compatibility: 4.x, 5.x
33
Name: spellchecker
44
Main: main.js
55
Description: 'Adds a CodeMirror overlay mode for Typo.js spellchecking'

0 commit comments

Comments
 (0)