File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 2424 // the following will be deprecated for snapshot/tag-based metadata
2525 calibrated : <%= @spectrum . calibrated %> ,
2626 range : <%= @spectrum . has_powertag ( 'range' ) ? @spectrum . range : false %> ,
27+ <% if @spectrum . photo_file_name %> image_url : "<%= @spectrum . photo . url ( :original ) %> " , <% end %>
2728 sample_row : <%= @spectrum . sample_row %>
2829 } , function ( ) {
2930
Original file line number Diff line number Diff line change 11{
22 "name" : " Spectral Workbench" ,
3- "version" : " 2.0.0-beta.2 " ,
3+ "version" : " 2.1.1 " ,
44 "dependencies" : {
5- "spectral-workbench" : " ~0.0.7 " ,
5+ "spectral-workbench" : " ~0.0.9 " ,
66 "d3" : " ~3.3.13" ,
77 "nvd3" : " ~1.7.1" ,
88 "fontawesome" : " ~4.5.0" ,
1818 "ace-builds" : " jywarren/ace-builds#v1.2.4"
1919 },
2020 "resolutions" : {
21- "d3" : " ^3.4.4" ,
22- "nvd3" : " ~1.8.2" ,
2321 "jquery" : " ~2.1.3"
2422 }
2523}
You can’t perform that action at this time.
0 commit comments