3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00

Add humanize-duration to package.json

This was supposed to be in a previous commit already.
This commit is contained in:
Dragory 2018-07-12 01:43:37 +03:00
parent 5676cd427f
commit e716f3aa7e
2 changed files with 6 additions and 0 deletions

5
package-lock.json generated
View file

@ -1771,6 +1771,11 @@
"parse-passwd": "^1.0.0" "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": { "husky": {
"version": "0.14.3", "version": "0.14.3",
"resolved": "https://registry.npmjs.org/husky/-/husky-0.14.3.tgz", "resolved": "https://registry.npmjs.org/husky/-/husky-0.14.3.tgz",

View file

@ -28,6 +28,7 @@
"@types/node": "^8.0.50", "@types/node": "^8.0.50",
"dotenv": "^4.0.0", "dotenv": "^4.0.0",
"eris": "^0.8.6", "eris": "^0.8.6",
"humanize-duration": "^3.15.0",
"knex": "^0.14.6", "knex": "^0.14.6",
"knub": "^9.4.9", "knub": "^9.4.9",
"lodash.at": "^4.6.0", "lodash.at": "^4.6.0",