Skip to content

Commit d48eb6b

Browse files
committed
fix(package): fix missing package dependency
1 parent dec0b0b commit d48eb6b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
"license": "MIT",
3434
"dependencies": {
3535
"@babel/polyfill": "^7.2.5",
36+
"async-each": "^1.0.1",
3637
"async-waterfall": "^0.1.5",
3738
"chalk": "^2.4.1",
38-
"eslint-config-standard": "^12.0.0",
3939
"git-url-parse": "^11.1.1",
4040
"lodash.map": "^4.6.0",
4141
"lodash.omit": "^4.5.0",
@@ -56,6 +56,7 @@
5656
"eslint-plugin-node": "^8.0.0",
5757
"eslint-plugin-promise": "^4.0.1",
5858
"eslint-plugin-standard": "^4.0.0",
59+
"eslint-config-standard": "^12.0.0",
5960
"husky": "^1.3.1",
6061
"semantic-release": "^15.13.2",
6162
"tap-spec": "^5.0.0",

0 commit comments

Comments
 (0)