File tree Expand file tree Collapse file tree 3 files changed +118
-88
lines changed Expand file tree Collapse file tree 3 files changed +118
-88
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,10 @@ target/
18
18
# Node
19
19
node_modules /
20
20
npm-debug.log
21
+ yarn-error.log
21
22
22
23
# Istanbul
23
24
coverage /
25
+
26
+ # Bower
27
+ bower_components /
Original file line number Diff line number Diff line change 50
50
"main" : " ./src/main.js" ,
51
51
"dependencies" : {
52
52
"copy-paste" : " ^1.3.0" ,
53
- "diff2html" : " ^2.0.12 " ,
53
+ "diff2html" : " ^2.3.0 " ,
54
54
"extend" : " ^3.0.0" ,
55
55
"open" : " ^0.0.5" ,
56
- "request" : " ^2.79 .0" ,
57
- "yargs" : " ^6.6.0 "
56
+ "request" : " ^2.81 .0" ,
57
+ "yargs" : " ^7.0.2 "
58
58
},
59
59
"devDependencies" : {
60
- "codacy-coverage" : " ^2.0.0 " ,
61
- "eslint" : " ^3.13.1 " ,
62
- "eslint-plugin-promise" : " ^3.4 .0" ,
63
- "eslint-plugin-standard" : " ^2.0 .1" ,
60
+ "codacy-coverage" : " ^2.0.1 " ,
61
+ "eslint" : " ^3.18.0 " ,
62
+ "eslint-plugin-promise" : " ^3.5 .0" ,
63
+ "eslint-plugin-standard" : " ^2.1 .1" ,
64
64
"istanbul" : " ^0.4.5" ,
65
65
"mocha" : " ^3.2.0"
66
66
},
You can’t perform that action at this time.
0 commit comments