Skip to content

Commit

Permalink
fix(cli): add missing regenerator-runtime to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
armano2 committed Jan 31, 2020
1 parent fac8171 commit afe56fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions @commitlint/cli/package.json
Expand Up @@ -64,6 +64,7 @@
"get-stdin": "7.0.0",
"lodash": "4.17.15",
"meow": "5.0.0",
"regenerator-runtime": "^0.13.3",
"resolve-from": "5.0.0",
"resolve-global": "1.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -8442,7 +8442,7 @@ regenerator-runtime@^0.11.0:
resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9"
integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==

regenerator-runtime@^0.13.2:
regenerator-runtime@^0.13.2, regenerator-runtime@^0.13.3:
version "0.13.3"
resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.3.tgz#7cf6a77d8f5c6f60eb73c5fc1955b2ceb01e6bf5"
integrity sha512-naKIZz2GQ8JWh///G7L3X6LaQUAMp2lvb1rvwwsURe/VXwD6VMfr+/1NuNw3ag8v2kY1aQ/go5SNn79O9JU7yw==
Expand Down

0 comments on commit afe56fe

Please sign in to comment.