diff --git a/coverage/lcov-report/index.html b/coverage/lcov-report/index.html index 3af6683..c52f119 100644 --- a/coverage/lcov-report/index.html +++ b/coverage/lcov-report/index.html @@ -95,7 +95,7 @@

All files

diff --git a/coverage/lcov-report/index.ts.html b/coverage/lcov-report/index.ts.html index bfb3e65..db60025 100644 --- a/coverage/lcov-report/index.ts.html +++ b/coverage/lcov-report/index.ts.html @@ -82,7 +82,7 @@

All files index.ts

diff --git a/docs/index.html b/docs/index.html index 568ea6a..a893b33 100644 --- a/docs/index.html +++ b/docs/index.html @@ -62,6 +62,7 @@

vscode-typescript-library-boilerplate

Boilerplate

GitHub + Coverage Build, Test and Publish to NPM Package Registry

VS-Code TypeScript library boilerplate with prettier, eslint, jest and the TypeDoc.

diff --git a/docs/modules.html b/docs/modules.html index 4376c0f..c7f83c4 100644 --- a/docs/modules.html +++ b/docs/modules.html @@ -82,7 +82,7 @@

HelloWorld

  • diff --git a/package-lock.json b/package-lock.json index ddb6739..b825bcb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-typescript-library-boilerplate", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f091780..1ca9533 100644 --- a/package.json +++ b/package.json @@ -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",