Skip to content

Commit

Permalink
feat(vendor-core): add humanize-duration lib
Browse files Browse the repository at this point in the history
Was used in the tasks plugin
  • Loading branch information
ronlavi2412 authored and MariaAga committed Sep 30, 2021
1 parent 3aa4ba6 commit 27bd8f0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/vendor-core/lib/modules.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ module.exports = [
'lodash',
'axios',
'file-saver',
'humanize-duration',
'unidiff',
'urijs',
'yup',
Expand Down
5 changes: 5 additions & 0 deletions packages/vendor-core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/vendor-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"formik": "^1.5.8",
"graphql": "^15.5.0",
"history": "^4.7.2",
"humanize-duration": "3.27.0",
"ipaddr.js": "~1.2.0",
"isomorphic-fetch": "^2.2.1",
"jquery": "~2.2.4",
Expand Down

0 comments on commit 27bd8f0

Please sign in to comment.