diff --git a/package.json b/package.json index 6dc49238..675981ab 100644 --- a/package.json +++ b/package.json @@ -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", @@ -27,9 +30,6 @@ "Saugat Acharya ", "Shraday Shakya " ], - "oclif": { - "bin": "sync-db" - }, "scripts": { "posttest": "tslint -p test -t stylish", "build": "rm -rf lib && tsc -b",