Compare commits

..

2 Commits

Author SHA1 Message Date
Stephane Cance 564d473369 bump hf 7.4.2 2018-11-28 13:09:40 +00:00
Stephane Cance 9699b4eb4c bump version to 7.4.2 2018-11-28 13:09:02 +00:00
1 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
"engines": {
"node": ">=6.9.5"
},
"version": "7.4.0",
"version": "7.4.2",
"description": "API for tracking resource utilization and reporting metrics",
"main": "index.js",
"repository": {
@ -17,18 +17,18 @@
},
"homepage": "https://github.com/scality/utapi#readme",
"dependencies": {
"arsenal": "scality/Arsenal#67365083",
"arsenal": "scality/Arsenal#hotfix/7.4.2",
"async": "^2.0.1",
"ioredis": "^2.3.0",
"node-schedule": "1.2.0",
"vaultclient": "scality/vaultclient#fbd9988d",
"werelogs": "scality/werelogs#0ff7ec82"
"vaultclient": "scality/vaultclient#hotfix/7.4.2",
"werelogs": "scality/werelogs#hotfix/7.4.2"
},
"devDependencies": {
"eslint": "^2.4.0",
"eslint-plugin-react": "^4.3.0",
"eslint-config-airbnb": "^6.0.0",
"eslint-config-scality": "scality/Guidelines#71a059ad",
"eslint-config-scality": "scality/Guidelines#hotfix/7.4.2",
"mocha": "^3.0.2"
},
"scripts": {