Skip to content

Commit 2e3b96e

Browse files
authored
Merge pull request #16 from kafiln/master
[Fix] Add concurrently to dev dependencies
2 parents e1cdbe8 + 65a6e44 commit 2e3b96e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@
6262
"supertest": "^4.0.2",
6363
"ts-jest": "^25.2.1",
6464
"ts-node": "^8.8.1",
65-
"typescript": "^3.8.3"
65+
"tslint": "^6.1.0",
66+
"typescript": "^3.8.3",
67+
"concurrently": "^5.3.0"
6668
}
6769
}

0 commit comments

Comments
 (0)