Update yaml files for 5.x compatible nbextensions (2)

This commit is contained in:
Jean-François Bercher
2017-08-20 23:30:46 +02:00
parent 654c45d67f
commit 3a9aa65df4
3 changed files with 3 additions and 3 deletions
@@ -4,4 +4,4 @@ Link: README.md
Description: Adds toolbar buttons to increase and decrease code's font size.
This is useful, for example, when projecting the notebook.
Main: code_font_size.js
Compatibility: 4.x
Compatibility: 4.x, 5.x
@@ -4,4 +4,4 @@ Description: Runtools provide a number of additional functions for working with
Link: readme.md
Icon: icon.png
Main: main.js
Compatibility: 4.x
Compatibility: 4.x, 5.x
@@ -1,5 +1,5 @@
Type: IPython Notebook Extension
Compatibility: 4.x
Compatibility: 4.x, 5.x
Name: spellchecker
Main: main.js
Description: 'Adds a CodeMirror overlay mode for Typo.js spellchecking'