Skip to content

Commit 6b3a290

Browse files
committed
feat: update dev-deps to actual
bump @semantic-release/commit-analyzer to 13.0.0 bump @semantic-release/github to 10.0.6 bump @semantic-release/npm to 12.0.1 bump @semantic-release/release-notes-generator to 14.0.0 bump @types/node to 20.14.3 bump semantic-release to 24.0.0 bump typescript to 5.4.5
1 parent 8950e16 commit 6b3a290

File tree

4 files changed

+841
-780
lines changed

4 files changed

+841
-780
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
save-exact=true

docs/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<head>
55
<meta charset="UTF-8">
6-
<title>Document</title>
6+
<title>Documentation of Automatic Deployment of TypeScript App to npm with Scope</title>
77
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
88
<meta name="description" content="Description">
99
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
@@ -14,6 +14,7 @@
1414
<div id="app"></div>
1515
<script>
1616
window.$docsify = {
17+
1718
// GENERAL
1819
// -----------------------------------------------------------------
1920
name: 'example-automatic-deploy-ts-app-to-npm-with-scope',
@@ -30,7 +31,6 @@
3031
maxLevel: 3,
3132
subMaxLevel: 3,
3233

33-
3434
// PLUGINS
3535
// -----------------------------------------------------------------
3636
executeScript: true,
@@ -57,6 +57,7 @@
5757
}
5858
}
5959
]
60+
6061
}
6162
</script>
6263
<!-- Docsify v4 -->

0 commit comments

Comments
 (0)