Compare commits

...

3 Commits

Author SHA1 Message Date
Anne Harper 162aae66df bump 7.4.1 2018-08-17 17:15:05 +02:00
Anne Harper 6ea13ba9c0 bump 7.4.1 2018-08-17 17:02:00 +02:00
Anne Harper c9ef14a8a5 Bump version to 7.4.1 2018-08-16 17:59:10 +02: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.1",
"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.1",
"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.1",
"werelogs": "scality/werelogs#hotfix/7.4.1"
},
"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.1",
"mocha": "^3.0.2"
},
"scripts": {