Skip to content
This repository has been archived by the owner on Jun 12, 2021. It is now read-only.

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kashav committed Nov 2, 2016
1 parent 13780c7 commit 454421f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,18 @@
"test:coverage": "istanbul cover -x *.spec.js _mocha -- --compilers js:babel-core/register --colors --reporter dot $(find src/ -name \"*.spec.js\")"
},
"dependencies": {
"got": "^6.3.0"
"got": "^6.6.1"
},
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-plugin-transform-es2015-modules-commonjs": "^6.14.0",
"babel-preset-es2015": "^6.13.2",
"babel-cli": "^6.18.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.14.0",
"babel-register": "^6.18.0",
"coveralls": "^2.11.12",
"eslint": "^3.3.1",
"eslint-config-standard": "^6.0.0-beta.3",
"eslint-plugin-promise": "^2.0.1",
"eslint": "^3.9.1",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.3.0",
"eslint-plugin-standard": "^2.0.0",
"istanbul": "^1.1.0-alpha.1",
"mocha": "^3.0.2",
Expand Down

0 comments on commit 454421f

Please sign in to comment.