Skip to content

Commit

Permalink
🔧 Move bin from inbetween dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
segersniels committed Feb 29, 2020
1 parent cccbf9f commit 628fe26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
"url": "https://github.com/segersniels/supdock/issues"
},
"homepage": "https://github.com/segersniels/supdock#readme",
"bin": {
"supdock": "index.js"
},
"dependencies": {
"chalk": "^2.4.2",
"configstore": "^5.0.0",
Expand All @@ -44,9 +47,6 @@
"lodash.flatten": "^4.4.0",
"minimist": "^1.2.0"
},
"bin": {
"supdock": "index.js"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.6",
Expand Down

0 comments on commit 628fe26

Please sign in to comment.