Skip to content

Commit 5cb8165

Browse files
committed
fix: readme and package correction
1 parent e64b789 commit 5cb8165

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Sample node module template by Tib0. Shipped with:
77
- [x] TypeScript
88
- [x] Prettier
99
- [x] Eslint
10-
- [x] Tsup
1110
- [x] Pnpm
11+
- [x] Tsup
1212
- [x] Jest
1313

1414
# USE

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"Typescript Node Module Template (tnmt) by Tib0, featuring jest, tsup, vscode, pnpm, eslint and prettier.",
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/tib0/tib0-typescript-node-module-template.git"
10+
"url": "https://github.com/tib0/typescript-node-module-template.git"
1111
},
1212
"main": "./dist/index.js",
1313
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)