Change deps to npm version

master
Kuba Orlik 3 years ago
parent c169786e7c
commit 842231155a

@ -11,7 +11,7 @@
}, },
"types": "./@types", "types": "./@types",
"dependencies": { "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", "async-spawner": "git+https://git.kuba-orlik.name/kuba/async-spawner.git#a3d1a2bc27a3",
"tempy": "^1.0.1" "tempy": "^1.0.1"
}, },

@ -1,5 +1,5 @@
import { resolve } from "path"; import { resolve } from "path";
import AbortablePromise from "abortable-promise"; import AbortablePromise from "abortable-gen-promises";
import { deferedSpawn } from "async-spawner"; import { deferedSpawn } from "async-spawner";
import tempy from "tempy"; import tempy from "tempy";

Loading…
Cancel
Save