Skip to content

Commit afcb59e

Browse files
committed
Basic issue fix
1 parent 9b06c9c commit afcb59e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"name": "@code-collabo/node-mongo-cli",
33
"version": "2.3.0",
44
"description": "node-mongo-cli Command Line Interface made with nodejs to bootstrap any of 3 boilerplate templates for your nodejs and/or mongoDB development.",
5-
"main": "src/cli.js",
5+
"main": "src/cli.ts",
66
"bin": {
77
"@code-collabo/node-mongo-cli": "bin/create-node-mongo-project",
88
"node-mongo": "bin/create-node-mongo-project",
99
"nmgo": "bin/create-node-mongo-project"
1010
},
1111
"scripts": {
12-
"prestart": "node -r esm src/dev/customize/startMessage.js",
12+
"prestart": "node -r esm dev/customize/startMessage.js",
1313
"start": "npm-run-all --parallel lint:watch",
1414
"lint": "esw src --color",
1515
"lint:watch": "npm run lint -- --watch",

0 commit comments

Comments
 (0)