diff --git a/package.json b/package.json index d116f77..fedf659 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "types": "./@types", "dependencies": { - "abortable-promise": "git+https://git.kuba-orlik.name/kuba/abortable-promises.git#3d13153", + "abortable-gen-promises": "^0.1.0", "async-spawner": "git+https://git.kuba-orlik.name/kuba/async-spawner.git#a3d1a2bc27a3", "tempy": "^1.0.1" }, diff --git a/src/index.ts b/src/index.ts index 6f40aff..c8f796f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,5 +1,5 @@ import { resolve } from "path"; -import AbortablePromise from "abortable-promise"; +import AbortablePromise from "abortable-gen-promises"; import { deferedSpawn } from "async-spawner"; import tempy from "tempy";