2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-27 14:47:43 +03:00

Releasing 0.2.0

This commit is contained in:
mzabriskie
2014-09-12 14:05:14 -06:00
parent 962dda093d
commit 3b7132ee1b
4 changed files with 10 additions and 8 deletions
+4 -3
View File
@@ -1,12 +1,12 @@
{
"name": "axios",
"main": "./dist/axios.js",
"version": "0.1.0",
"version": "0.2.0",
"homepage": "https://github.com/mzabriskie/axios",
"authors": [
"Matt Zabriskie"
],
"description": "Promise based XHR library",
"description": "Promise based HTTP client for the browser and node.js",
"moduleType": [
"amd",
"globals"
@@ -15,7 +15,8 @@
"xhr",
"http",
"ajax",
"promise"
"promise",
"node"
],
"license": "MIT",
"ignore": [
+1 -1
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
+4 -3
View File
@@ -1,7 +1,7 @@
{
"name": "axios",
"version": "0.1.0",
"description": "Promise based XHR library",
"version": "0.2.0",
"description": "Promise based HTTP client for the browser and node.js",
"main": "index.js",
"scripts": {
"test": "grunt test",
@@ -15,7 +15,8 @@
"xhr",
"http",
"ajax",
"promise"
"promise",
"node"
],
"author": "Matt Zabriskie",
"license": "MIT",