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/
1818# Node
1919node_modules /
2020npm-debug.log
21+ yarn-error.log
2122
2223# Istanbul
2324coverage /
25+
26+ # Bower
27+ bower_components /
Original file line number Diff line number Diff line change 5050 "main" : " ./src/main.js" ,
5151 "dependencies" : {
5252 "copy-paste" : " ^1.3.0" ,
53- "diff2html" : " ^2.0.12 " ,
53+ "diff2html" : " ^2.3.0 " ,
5454 "extend" : " ^3.0.0" ,
5555 "open" : " ^0.0.5" ,
56- "request" : " ^2.79 .0" ,
57- "yargs" : " ^6.6.0 "
56+ "request" : " ^2.81 .0" ,
57+ "yargs" : " ^7.0.2 "
5858 },
5959 "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" ,
6464 "istanbul" : " ^0.4.5" ,
6565 "mocha" : " ^3.2.0"
6666 },
You can’t perform that action at this time.
0 commit comments