Browse Source

fix typo in upgrade_extension script

Vidar Tonaas Fauske 4 years ago
parent
commit
d3973e71a7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jupyterlab/upgrade_extension.py

+ 1 - 1
jupyterlab/upgrade_extension.py

@@ -126,7 +126,7 @@ def update_extension(target, interactive=True):
         if key in data['dependencies']:
             data['dependencies'][key] = value
         if key in data['devDependencies']:
-            data['devDependences'][key] = value
+            data['devDependencies'][key] = value
 
     # Sort the entries
     for key in ['scripts', 'dependencies', 'devDependencies']: