From 708bd8444a20c307ef79fb0f8d45dd8951cde37b Mon Sep 17 00:00:00 2001 From: Arewa Olakunle Date: Thu, 11 Jun 2020 01:49:07 +0100 Subject: [PATCH] ref: removes bucket-migrate as a command Making this change here as I forgot to make it on #31 --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 113de7b..e5c6d3f 100755 --- a/package.json +++ b/package.json @@ -5,8 +5,7 @@ "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { - "migrations": "bin/migrate.js", - "bucket-migrate": "bin/migrate.js" + "migrations": "bin/migrate.js" }, "scripts": { "build": "tsc -p ./tsconfig.json",