Skip to content

Commit 45eb6c7

Browse files
committed
chore: fix repository url and bump version to v2.0.8
1 parent 1dc9cb5 commit 45eb6c7

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@saulpaulus17/node-module-generator",
3-
"version": "2.0.5",
3+
"version": "2.0.8",
44
"description": "CLI tool to grenerate modular scaffolding for nodejs projects following clean arsitecture principles. ",
55
"keywords": [
66
"nodejs",
@@ -11,6 +11,14 @@
1111
"license": "MIT",
1212
"author": "saul-paulus (ixspx)",
1313
"type": "commonjs",
14+
"repository": {
15+
"type": "git",
16+
"url": "git+https://github.com/saul-paulus/node-module-generator.git"
17+
},
18+
"bugs": {
19+
"url": "https://github.com/saul-paulus/node-module-generator/issues"
20+
},
21+
"homepage": "https://github.com/saul-paulus/node-module-generator#readme",
1422
"main": "index.js",
1523
"bin": {
1624
"nmg": "./bin/cli.js"

0 commit comments

Comments
 (0)