Skip to content

Commit 68ea51e

Browse files
committed
fix: correct bin path and bump to 3.1.2
1 parent 7db3b46 commit 68ea51e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@saulpaulus17/node-module-generator",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "CLI tool to grenerate modular scaffolding for nodejs projects following clean arsitecture principles. ",
55
"keywords": [
66
"nodejs",
@@ -21,7 +21,7 @@
2121
"homepage": "https://github.com/saul-paulus/node-module-generator#readme",
2222
"main": "index.js",
2323
"bin": {
24-
"nmg": "./bin/cli.js"
24+
"nmg": "bin/cli.js"
2525
},
2626
"scripts": {
2727
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"

0 commit comments

Comments
 (0)