diff --git a/IPython/frontend/html/notebook/static/component.json b/IPython/frontend/html/notebook/static/bower.json similarity index 58% rename from IPython/frontend/html/notebook/static/component.json rename to IPython/frontend/html/notebook/static/bower.json index 0ed47fb..ac7b4ae 100644 --- a/IPython/frontend/html/notebook/static/component.json +++ b/IPython/frontend/html/notebook/static/bower.json @@ -1,8 +1,9 @@ { "name": "ipython-notebook", - "version": "0.0.1", + "version": "1.0.0", "dependencies": { - "bootstrap": "~2.2.2", - "less.js": "~1.3.3" + "bootstrap": "2.3.1", + "less.js": "1.3.3", + "git://github.com/ipython/CodeMirror.git": "3.12.0" } } \ No newline at end of file