Skip to content

Commit

Permalink
ref: removes bucket-migrate as a command
Browse files Browse the repository at this point in the history
Making this change here as I forgot to make it on #31
  • Loading branch information
noxecane authored Jun 11, 2020
1 parent 21fff45 commit 708bd84
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 708bd84

Please sign in to comment.