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

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ediardo committed Jul 16, 2020
1 parent 88a6d62 commit e668466
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"name": "kmdr",
"version": "1.1.0-5",
"description": "A command-line interface for explaining commands in the terminal",
"main": "dist/src/index.js",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"test": "jest --verbose",
"start:prod": "NODE_ENV=production ts-node src/bin.ts",
"start:dev": "NODE_ENV=development KMDR_API_ENDPOINT=http://localhost:8081 ts-node src/bin.ts"
},
"bin": {
"kmdr": "dist/src/bin.js"
"kmdr": "dist/bin.js"
},
"keywords": [
"shell",
Expand Down

0 comments on commit e668466

Please sign in to comment.