We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dad352f commit 310eff4Copy full SHA for 310eff4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "wait-in-parallel",
3
- "version": "1.2.2",
+ "version": "1.2.3",
4
"description": "wait-in-parallel",
5
"license": "MIT",
6
"repository": "https://your-server.com/lifegadget/wait-in-parallel",
@@ -53,7 +53,6 @@
53
"faker": "^4.1.0",
54
"handlebars": "^4.0.11",
55
"inquirer": "^5.2.0",
56
- "lodash.first": "^3.0.0",
57
"lodash.last": "^3.0.0",
58
"mocha": "^5.1.1",
59
"mocha-lcov-reporter": "^1.3.0",
@@ -74,6 +73,7 @@
74
73
},
75
"dependencies": {
76
"common-types": "^1.9.6s",
+ "lodash.first": "^3.0.0",
77
"typed-conversions": "^0.7.4"
78
79
"nyc": {
0 commit comments