We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dc9cb5 commit 45eb6c7Copy full SHA for 45eb6c7
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@saulpaulus17/node-module-generator",
3
- "version": "2.0.5",
+ "version": "2.0.8",
4
"description": "CLI tool to grenerate modular scaffolding for nodejs projects following clean arsitecture principles. ",
5
"keywords": [
6
"nodejs",
@@ -11,6 +11,14 @@
11
"license": "MIT",
12
"author": "saul-paulus (ixspx)",
13
"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",
22
"main": "index.js",
23
"bin": {
24
"nmg": "./bin/cli.js"
0 commit comments