File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 20
20
" bower_components"
21
21
],
22
22
"dependencies" : {
23
- "lodash " : " 4.7 .x" ,
23
+ "underscore " : " ~1.4 .x" ,
24
24
"raphael" : " ~2.1.x"
25
25
},
26
26
"devDependencies" : {
27
27
"qunit" : " 1.11.x" ,
28
- "underscore " : " ~1.4 .x" ,
28
+ "lodash " : " 4.7 .x" ,
29
29
"jquery" : " 1.8.x"
30
30
},
31
31
"scripts" : {
Original file line number Diff line number Diff line change 22
22
<!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>-->
23
23
< script src ="../bower_components/jquery/jquery.min.js "> </ script >
24
24
25
- <!--< script src="../bower_components/underscore/underscore-min.js"></script>-- >
25
+ < script src ="../bower_components/underscore/underscore-min.js "> </ script >
26
26
< script src ="../bower_components/lodash/dist/lodash.min.js "> </ script >
27
27
< script src ="../bower_components/raphael/raphael-min.js "> </ script >
28
28
You can’t perform that action at this time.
0 commit comments