Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
OleVik committed Oct 13, 2019
1 parent 05f694e commit 3ffd958
Show file tree
Hide file tree
Showing 9 changed files with 1,230 additions and 995 deletions.
4 changes: 2 additions & 2 deletions coverage/clover.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<coverage generated="1560005088999" clover="3.2.0">
<project timestamp="1560005088999" name="All files">
<coverage generated="1560603614406" clover="3.2.0">
<project timestamp="1560603614406" name="All files">
<metrics statements="207" coveredstatements="124" conditionals="241" coveredconditionals="133" methods="20" coveredmethods="20" elements="468" coveredelements="277" complexity="0" loc="207" ncloc="207" packages="1" files="5" classes="5"/>
<file name="computors.js" path="C:\Users\Ole\npm\localized-readability\src\computors.js">
<metrics statements="18" coveredstatements="10" conditionals="23" coveredconditionals="15" methods="3" coveredmethods="3"/>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/computors.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ <h1>
</div><!-- /wrapper -->
<div class='footer quiet pad2 space-top1 center small'>
Code coverage
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sat Jun 08 2019 16:44:48 GMT+0200 (W. Europe Daylight Time)
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sat Jun 15 2019 15:00:14 GMT+0200 (Central European Summer Time)
</div>
</div>
<script src="prettify.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/highlighter.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ <h1>
</div><!-- /wrapper -->
<div class='footer quiet pad2 space-top1 center small'>
Code coverage
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sat Jun 08 2019 16:44:48 GMT+0200 (W. Europe Daylight Time)
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sat Jun 15 2019 15:00:14 GMT+0200 (Central European Summer Time)
</div>
</div>
<script src="prettify.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ <h1>
</div><!-- /wrapper -->
<div class='footer quiet pad2 space-top1 center small'>
Code coverage
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sat Jun 08 2019 16:44:48 GMT+0200 (W. Europe Daylight Time)
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sat Jun 15 2019 15:00:14 GMT+0200 (Central European Summer Time)
</div>
</div>
<script src="prettify.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/interpretors.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ <h1>
</div><!-- /wrapper -->
<div class='footer quiet pad2 space-top1 center small'>
Code coverage
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sat Jun 08 2019 16:44:48 GMT+0200 (W. Europe Daylight Time)
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sat Jun 15 2019 15:00:14 GMT+0200 (Central European Summer Time)
</div>
</div>
<script src="prettify.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/parser.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ <h1>
</div><!-- /wrapper -->
<div class='footer quiet pad2 space-top1 center small'>
Code coverage
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sat Jun 08 2019 16:44:48 GMT+0200 (W. Europe Daylight Time)
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sat Jun 15 2019 15:00:14 GMT+0200 (Central European Summer Time)
</div>
</div>
<script src="prettify.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/utilities.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ <h1>
</div><!-- /wrapper -->
<div class='footer quiet pad2 space-top1 center small'>
Code coverage
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sat Jun 08 2019 16:44:48 GMT+0200 (W. Europe Daylight Time)
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sat Jun 15 2019 15:00:14 GMT+0200 (Central European Summer Time)
</div>
</div>
<script src="prettify.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@
"lint": "eslint src/**",
"prepublishOnly": "npm run lint && npm run test && npm run build && npm run clean && npm run readme && npm run docs",
"readme": "jsdoc2md --heading-depth 3 -t ./build/README.hbs src/*.js > README.md",
"release": "release-it",
"serve": "http-server",
"test": "jest --no-cache",
"release": "np"
"test": "jest --no-cache"
},
"unpkg": "dist/localized-readability.min.js"
}
Loading

0 comments on commit 3ffd958

Please sign in to comment.