Skip to content

Commit

Permalink
rename: bin -> cli
Browse files Browse the repository at this point in the history
  • Loading branch information
juliuste committed Jul 24, 2018
1 parent feef658 commit 5a86d77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"main": "./index.js",
"files": [
"index.js",
"bin.js",
"cli.js",
"prepare-graph/*",
"generate-lp/*",
"revise-solution/*"
],
"bin": {
"transit-map": "./bin.js"
"transit-map": "./cli.js"
},
"dependencies": {
"child-process-promise": "^2.2.1",
Expand Down

0 comments on commit 5a86d77

Please sign in to comment.