Skip to content
This repository was archived by the owner on Mar 8, 2022. It is now read-only.

Commit e668466

Browse files
committed
Fix paths
1 parent 88a6d62 commit e668466

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,15 +2,15 @@
22
"name": "kmdr",
33
"version": "1.1.0-5",
44
"description": "A command-line interface for explaining commands in the terminal",
5-
"main": "dist/src/index.js",
5+
"main": "dist/index.js",
66
"scripts": {
77
"build": "tsc",
88
"test": "jest --verbose",
99
"start:prod": "NODE_ENV=production ts-node src/bin.ts",
1010
"start:dev": "NODE_ENV=development KMDR_API_ENDPOINT=http://localhost:8081 ts-node src/bin.ts"
1111
},
1212
"bin": {
13-
"kmdr": "dist/src/bin.js"
13+
"kmdr": "dist/bin.js"
1414
},
1515
"keywords": [
1616
"shell",

0 commit comments

Comments
 (0)