Skip to content

Commit

Permalink
Merge db96304 into 7be54f8
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] committed Jul 19, 2017
2 parents 7be54f8 + db96304 commit 9e5c3c3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Dota2 Web Api

[![Greenkeeper badge](https://badges.greenkeeper.io/booxood/node-dota2-api.svg)](https://greenkeeper.io/)


[![Build Status](https://travis-ci.org/booxood/node-dota2-api.svg?branch=master)](https://travis-ci.org/booxood/node-dota2-api)
[![Coverage Status](https://coveralls.io/repos/booxood/node-dota2-api/badge.svg)](https://coveralls.io/r/booxood/node-dota2-api)
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,24 +26,24 @@
"homepage": "https://github.com/booxood/node-dota2-api",
"dependencies": {
"es6-object-assign": "^1.0.1",
"es6-promise": "^3.1.2",
"es6-promise": "^4.1.1",
"isomorphic-fetch": "^2.2.1",
"lodash.pick": "^4.2.0",
"url": "^0.11.0"
},
"devDependencies": {
"babel-cli": "^6.7.7",
"babel-eslint": "^6.0.4",
"babel-eslint": "^7.2.3",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-3": "^6.5.0",
"eslint": "^2.9.0",
"eslint-config-airbnb": "^8.0.0",
"eslint-plugin-babel": "^3.2.0",
"eslint-plugin-import": "^1.6.1",
"eslint-plugin-jsx-a11y": "^1.0.4",
"eslint-plugin-react": "^5.0.1",
"istanbul": "0.4.3",
"mocha": "^2.0.1",
"should": "^4.2.1"
"eslint": "^4.2.0",
"eslint-config-airbnb": "^15.0.2",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.1.0",
"istanbul": "0.4.5",
"mocha": "^3.4.2",
"should": "^11.2.1"
}
}

0 comments on commit 9e5c3c3

Please sign in to comment.