Skip to content

Commit 818bc43

Browse files
committed
refactor: remove @types/q from deps
1 parent ae3a842 commit 818bc43

3 files changed

Lines changed: 0 additions & 8 deletions

File tree

package-lock.json

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
},
6060
"devDependencies": {
6161
"@types/node": "14.6.0",
62-
"@types/q": "1.5.4",
6362
"@types/semver": "7.3.3",
6463
"@types/yazl": "2.4.2",
6564
"standard-version": "9.0.0",

src/commands/debug.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import childProcess from "child_process";
22
import * as cli from "../definitions/cli";
33
import moment from "moment";
44
import path from "path";
5-
import Q from "q";
65

76
const simctl = require("simctl");
87
const which = require("which");

0 commit comments

Comments
 (0)