Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
vhidvz committed Aug 27, 2021
1 parent bdc6786 commit 33e38bb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
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 Fri Aug 27 2021 11:28:59 GMT+0430 (Iran Daylight Time)
at Fri Aug 27 2021 11:34:09 GMT+0430 (Iran Daylight Time)
</div>
</div>
<script src="prettify.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/index.ts.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h1><a href="index.html">All files</a> index.ts</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 Fri Aug 27 2021 11:28:59 GMT+0430 (Iran Daylight Time)
at Fri Aug 27 2021 11:34:09 GMT+0430 (Iran Daylight Time)
</div>
</div>
<script src="prettify.js"></script>
Expand Down
1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ <h1>vscode-typescript-library-boilerplate</h1>
<h1>Boilerplate</h1>
</a>
<p><img src="https://img.shields.io/github/license/vhidvz/vscode-typescript-library-boilerplate?style=flat" alt="GitHub">
<img src="https://raw.githubusercontent.com/vhidvz/vscode-typescript-library-boilerplate/61b83e03b26343e866458fbac45d0f5b07ffa4d1/coverage/badge.svg" alt="Coverage">
<a href="https://github.com/vhidvz/vscode-typescript-library-boilerplate/actions/workflows/npm-ci.yml"><img src="https://github.com/vhidvz/vscode-typescript-library-boilerplate/actions/workflows/npm-ci.yml/badge.svg" alt="Build, Test and Publish to NPM Package Registry"></a></p>
<p>VS-Code TypeScript library boilerplate with prettier, eslint, jest and the TypeDoc.</p>
<a href="#features" id="features" style="color: inherit; text-decoration: none;">
Expand Down
2 changes: 1 addition & 1 deletion docs/modules.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h3>Hello<wbr>World</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/vhidvz/vscode-typescript-library-boilerplate/blob/a759b0d/src/index.ts#L4">index.ts:4</a></li>
<li>Defined in <a href="https://github.com/vhidvz/vscode-typescript-library-boilerplate/blob/bdc6786/src/index.ts#L4">index.ts:4</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-typescript-library-boilerplate",
"version": "1.0.2",
"version": "1.0.3",
"description": "VS-Code TypeScript library boilerplate with prettier, eslint, jest and the TypeDoc.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 33e38bb

Please sign in to comment.