From bf5e3f48d5b20d2115efa381b18b0701331e7d94 Mon Sep 17 00:00:00 2001 From: Saugat Acharya Date: Wed, 7 Aug 2019 15:12:22 +0545 Subject: [PATCH] Re-organize oclif key --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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",