Skip to content

Commit

Permalink
updated bad exports path
Browse files Browse the repository at this point in the history
  • Loading branch information
RIAEvangelist committed Feb 24, 2021
1 parent 335ed79 commit 536d39f
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion coverage/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion coverage/index.js.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion coverage/lcov-report/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ <h1>All files</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
at Tue Feb 23 2021 21:15:02 GMT-0800 (Pacific Standard Time)
at Wed Feb 24 2021 03:40:51 GMT-0800 (Pacific Standard Time)
</div>
</div>
<script src="prettify.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
at Tue Feb 23 2021 21:15:02 GMT-0800 (Pacific Standard Time)
at Wed Feb 24 2021 03:40:51 GMT-0800 (Pacific Standard Time)
</div>
</div>
<script src="prettify.js"></script>
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "js-base64-file",
"version": "2.0.1",
"version": "2.0.2",
"description": "load fetch convert and save local and remote files and images to base64 in js",
"exports": "index.js",
"exports": "./index.js",
"type": "module",
"scripts": {
"test": "npm i && c8 -r lcov -r html node ./test/CI.js && c8 report"
Expand Down

0 comments on commit 536d39f

Please sign in to comment.