We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7db3b46 commit 68ea51eCopy full SHA for 68ea51e
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@saulpaulus17/node-module-generator",
3
- "version": "3.1.1",
+ "version": "3.1.2",
4
"description": "CLI tool to grenerate modular scaffolding for nodejs projects following clean arsitecture principles. ",
5
"keywords": [
6
"nodejs",
@@ -21,7 +21,7 @@
21
"homepage": "https://github.com/saul-paulus/node-module-generator#readme",
22
"main": "index.js",
23
"bin": {
24
- "nmg": "./bin/cli.js"
+ "nmg": "bin/cli.js"
25
},
26
"scripts": {
27
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
0 commit comments