File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 17
17
"screenfull" : " ^3.0.0" ,
18
18
"node-uuid" : " ^1.4.7" ,
19
19
"comma-separated-values" : " ^3.6.4" ,
20
- "FileSaver.js " : " ^0.0.2 " ,
20
+ "file-saver " : " ^1.3.3 " ,
21
21
"zepto" : " ^1.1.6" ,
22
22
"eventemitter3" : " ^1.2.0" ,
23
23
"lodash" : " 3.10.1" ,
24
24
"almond" : " ~0.3.2" ,
25
25
"html2canvas" : " ^0.4.1" ,
26
26
"moment-timezone" : " ^0.5.13"
27
27
}
28
- }
28
+ }
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ requirejs.config({
33
33
"moment" : "bower_components/moment/moment" ,
34
34
"moment-duration-format" : "bower_components/moment-duration-format/lib/moment-duration-format" ,
35
35
"moment-timezone" : "bower_components/moment-timezone/builds/moment-timezone-with-data" ,
36
- "saveAs" : "bower_components/FileSaver.js /FileSaver.min" ,
36
+ "saveAs" : "bower_components/file-saver /FileSaver.min" ,
37
37
"screenfull" : "bower_components/screenfull/dist/screenfull.min" ,
38
38
"text" : "bower_components/text/text" ,
39
39
"uuid" : "bower_components/node-uuid/uuid" ,
Original file line number Diff line number Diff line change @@ -59,10 +59,11 @@ requirejs.config({
59
59
"moment" : "bower_components/moment/moment" ,
60
60
"moment-duration-format" : "bower_components/moment-duration-format/lib/moment-duration-format" ,
61
61
"moment-timezone" : "bower_components/moment-timezone/builds/moment-timezone-with-data" ,
62
- "saveAs" : "bower_components/FileSaver.js /FileSaver.min" ,
62
+ "saveAs" : "bower_components/file-saver /FileSaver.min" ,
63
63
"screenfull" : "bower_components/screenfull/dist/screenfull.min" ,
64
64
"text" : "bower_components/text/text" ,
65
65
"uuid" : "bower_components/node-uuid/uuid" ,
66
+ "vue" : "node_modules/vue/dist/vue.min" ,
66
67
"zepto" : "bower_components/zepto/zepto.min" ,
67
68
"lodash" : "bower_components/lodash/lodash" ,
68
69
"d3-selection" : "node_modules/d3-selection/build/d3-selection.min" ,
@@ -124,4 +125,4 @@ requirejs.config({
124
125
window . __karma__ . start . apply ( window . __karma__ , args ) ;
125
126
} ) ;
126
127
}
127
- } ) ;
128
+ } ) ;
You can’t perform that action at this time.
0 commit comments