2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-05 16:42:32 +03:00
This commit is contained in:
Matt Zabriskie
2016-07-13 13:42:23 -06:00
parent 76186e0a75
commit ff919487e1
6 changed files with 599 additions and 485 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "axios",
"main": "./dist/axios.js",
"version": "0.12.0",
"version": "0.13.0",
"homepage": "https://github.com/mzabriskie/axios",
"authors": [
"Matt Zabriskie"
+593 -479
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
+2 -2
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.12.0",
"version": "0.13.0",
"description": "Promise based HTTP client for the browser and node.js",
"main": "index.js",
"scripts": {