Add humanize-duration to package.json
This was supposed to be in a previous commit already.
This commit is contained in:
parent
5676cd427f
commit
e716f3aa7e
2 changed files with 6 additions and 0 deletions
5
package-lock.json
generated
5
package-lock.json
generated
|
@ -1771,6 +1771,11 @@
|
|||
"parse-passwd": "^1.0.0"
|
||||
}
|
||||
},
|
||||
"humanize-duration": {
|
||||
"version": "3.15.0",
|
||||
"resolved": "https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.15.0.tgz",
|
||||
"integrity": "sha512-FTR8w/wZhj4AJkao99vMqCMRwE1j7q0JI+JjQBe6C26LRgg9JLgmXbr9VvBYi3/wx8WVC2ge+eNJ/ZG5nM5whg=="
|
||||
},
|
||||
"husky": {
|
||||
"version": "0.14.3",
|
||||
"resolved": "https://registry.npmjs.org/husky/-/husky-0.14.3.tgz",
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
"@types/node": "^8.0.50",
|
||||
"dotenv": "^4.0.0",
|
||||
"eris": "^0.8.6",
|
||||
"humanize-duration": "^3.15.0",
|
||||
"knex": "^0.14.6",
|
||||
"knub": "^9.4.9",
|
||||
"lodash.at": "^4.6.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue