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

Commit

Permalink
Fix typo binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahsnider committed Aug 4, 2018
1 parent bd29082 commit 3a3c6c6
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
@@ -1,7 +1,7 @@
{
"author": "Jonah Snider <me@jonahsnider.ninja> (jonahsnider.ninja)",
"bin": {
"music-downloader": ".index.js"
"music-downloader": "index.js"
},
"dependencies": {
"inquirer": "6.0.0",
Expand All @@ -27,5 +27,5 @@
"lint": "eslint .",
"start": "node index.js"
},
"version": "2.1.0"
"version": "2.1.1"
}

0 comments on commit 3a3c6c6

Please sign in to comment.