##// END OF EJS Templates
Bower has changed component.json to bower.json. Complying.
Brian E. Granger -
Show More
@@ -1,8 +1,9 b''
1 {
1 {
2 "name": "ipython-notebook",
2 "name": "ipython-notebook",
3 "version": "0.0.1",
3 "version": "1.0.0",
4 "dependencies": {
4 "dependencies": {
5 "bootstrap": "~2.2.2",
5 "bootstrap": "2.3.1",
6 "less.js": "~1.3.3"
6 "less.js": "1.3.3",
7 "git://github.com/ipython/CodeMirror.git": "3.12.0"
7 }
8 }
8 } No newline at end of file
9 }
General Comments 0
You need to be logged in to leave comments. Login now