2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-11 18:02:32 +03:00

Releasing 0.16.2

This commit is contained in:
Nick Uraltsev
2017-06-03 12:28:26 -07:00
parent e040815977
commit 46e275c407
6 changed files with 101 additions and 2095 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "axios",
"main": "./dist/axios.js",
"version": "0.16.1",
"version": "0.16.2",
"homepage": "https://github.com/mzabriskie/axios",
"authors": [
"Matt Zabriskie"
+93 -2087
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
File diff suppressed because one or more lines are too long
+4 -4
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "axios",
"version": "0.16.1",
"version": "0.16.2",
"description": "Promise based HTTP client for the browser and node.js",
"main": "index.js",
"scripts": {