Skip to content

Commit

Permalink
Merge pull request #124 from scality/fix/dependencies
Browse files Browse the repository at this point in the history
Fix/dependencies
  • Loading branch information
ThibaultRiviere authored Nov 20, 2017
2 parents 8d47428 + b4a88e8 commit bd7b4d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"engines": {
"node": ">=6.9.5"
},
"version": "7.0.0",
"version": "7.2.0",
"description": "Bucket Client",
"main": "index.js",
"scripts": {
Expand All @@ -29,11 +29,11 @@
"mocha": "",
"eslint": "^2.4.0",
"eslint-config-airbnb": "^6.0.0",
"eslint-config-scality": "scality/Guidelines",
"eslint-config-scality": "scality/Guidelines#rel/7.2",
"eslint-plugin-react": "4.2.3"
},
"dependencies": {
"arsenal": "scality/Arsenal",
"werelogs": "scality/werelogs"
"arsenal": "scality/Arsenal#rel/7.2",
"werelogs": "scality/werelogs#rel/7.2"
}
}

0 comments on commit bd7b4d8

Please sign in to comment.