Skip to content

Commit

Permalink
Bumps axios to 0.16.1. (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
skellock authored Apr 21, 2017
1 parent f381f48 commit e3be0fc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"name": "apisauce",
"version": "0.11.0",
"description": "A JSON API client for JavaScript. No, no. Not like that. Like this.",
"description": "Axios + standardized errors + request/response transforms.",
"repository": {
"type": "git",
"url": "https://github.com/skellock/apisauce.git"
},
"main": "./dist/apisauce.js",
"scripts": {
"test": "ava",
"watch": "ava --watch",
"test": "ava -s",
"coverage": "nyc ava",
"dist": "npm run clean && npm run build",
"clean": "rm -rf dist",
Expand All @@ -29,7 +28,7 @@
"dist/apisauce.js"
],
"dependencies": {
"axios": "^0.15.3",
"axios": "^0.16.1",
"ramda": "^0.23.0"
},
"devDependencies": {
Expand Down

0 comments on commit e3be0fc

Please sign in to comment.