Skip to content

Commit d54b589

Browse files
committed
fix: update the package name
1 parent a0126f2 commit d54b589

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
22
# For more information see: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages
33

4-
name: Publish nodejs-api-docs to NPM
4+
name: Publish nodejs-api-doc to NPM
55

66
on:
77
release:

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
<h1 align="center" style="border-bottom: none;">⚡️@didik-mulyadi/nodejs-api-docs</h1>
1+
<h1 align="center" style="border-bottom: none;">⚡️@didik-mulyadi/nodejs-api-doc</h1>
22
<h3 align="center">A package to generate the API docs with multiple UI based on the open API file.</h3>
33
<br />
44
<p align="center">
55
<p align="center">
6-
<a href="https://github.com/didikmulyadi/nodejs-api-docs/issues/new">Bug report</a>
6+
<a href="https://github.com/didikmulyadi/nodejs-api-doc/issues/new">Bug report</a>
77
</p>
88
</p>
99
<br />
1010
<hr />
1111

1212
## Installation 🚀
1313

14-
Install `@didik-mulyadi/nodejs-api-docs` using pnpm/npm/yarn:
14+
Install `@didik-mulyadi/nodejs-api-doc` using pnpm/npm/yarn:
1515

1616
```bash
17-
pnpm add @didik-mulyadi/nodejs-api-docs
17+
pnpm add @didik-mulyadi/nodejs-api-doc
1818

1919
# OR
2020

21-
npm install @didik-mulyadi/nodejs-api-docs
21+
npm install @didik-mulyadi/nodejs-api-doc
2222

2323
# OR
2424

25-
yarn add @didik-mulyadi/nodejs-api-docs
25+
yarn add @didik-mulyadi/nodejs-api-doc
2626
```
2727

2828
## Usage 💻
@@ -77,7 +77,7 @@ async function bootstrap() {
7777

7878
## Bugs or Requests 🐛
7979

80-
If you found any issue or have a good suggestion, feel free to open an [issue](https://github.com/didikmulyadi/nodejs-api-docs/issues/new)
80+
If you found any issue or have a good suggestion, feel free to open an [issue](https://github.com/didikmulyadi/nodejs-api-doc/issues/new)
8181

8282
## Find Me 📖
8383

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@didik-mulyadi/nodejs-api-doc",
3-
"version": "1.0.0",
4-
"description": "A nodejs library to generate the API Docs with many UI",
3+
"version": "1.0.1",
4+
"description": "A nodejs library to generate the API Docs with multiple UI",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/didikmulyadi/nodejs-api-doc.git"

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"noUnusedParameters": true,
1111
"paths": {
1212
"@/*": ["./src/*"],
13-
"@didik-mulyadi/nodejs-api-docs/*": ["./src/*"]
13+
"@didik-mulyadi/nodejs-api-doc/*": ["./src/*"]
1414
},
1515
"resolveJsonModule": true,
1616
"sourceMap": true,

0 commit comments

Comments
 (0)