Skip to content

Commit

Permalink
Re-organize oclif key
Browse files Browse the repository at this point in the history
  • Loading branch information
mesaugat authored Aug 7, 2019
1 parent 35d3f85 commit bf5e3f4
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 @@ -12,6 +12,9 @@
"bin": {
"sync-db": "./bin/run"
},
"oclif": {
"bin": "sync-db"
},
"repository": "https://github.com/leapfrogtechnology/sync-db",
"homepage": "https://github.com/leapfrogtechnology/sync-db",
"bugs": "https://github.com/leapfrogtechnology/sync-db/issues",
Expand All @@ -27,9 +30,6 @@
"Saugat Acharya <mesaugat@gmail.com>",
"Shraday Shakya <shradayshakya@gmail.com>"
],
"oclif": {
"bin": "sync-db"
},
"scripts": {
"posttest": "tslint -p test -t stylish",
"build": "rm -rf lib && tsc -b",
Expand Down

0 comments on commit bf5e3f4

Please sign in to comment.