From 842231155abba673fec3ad93235ea8e18fb90159 Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Sun, 28 Mar 2021 22:13:45 +0200 Subject: [PATCH] Change deps to npm version --- package.json | 2 +- src/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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";