Skip to content

Commit 8297e96

Browse files
committed
fix(api): drop table overwrite options on promises
If drop table was called as promise, it was not explicitly checked if options is a function and was used and set as callback. Also upgraded bluebird dependency.
1 parent fbeefec commit 8297e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"homepage": "https://github.com/db-migrate/pg",
3131
"dependencies": {
32-
"bluebird": "^2.9.34",
32+
"bluebird": "^3.1.1",
3333
"db-migrate-base": "^1.2.0",
3434
"sqlite3": "^3.0.10"
3535
}

0 commit comments

Comments
 (0)