mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
Releasing 0.2.0
This commit is contained in:
+4
-3
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "axios",
|
"name": "axios",
|
||||||
"main": "./dist/axios.js",
|
"main": "./dist/axios.js",
|
||||||
"version": "0.1.0",
|
"version": "0.2.0",
|
||||||
"homepage": "https://github.com/mzabriskie/axios",
|
"homepage": "https://github.com/mzabriskie/axios",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Matt Zabriskie"
|
"Matt Zabriskie"
|
||||||
],
|
],
|
||||||
"description": "Promise based XHR library",
|
"description": "Promise based HTTP client for the browser and node.js",
|
||||||
"moduleType": [
|
"moduleType": [
|
||||||
"amd",
|
"amd",
|
||||||
"globals"
|
"globals"
|
||||||
@@ -15,7 +15,8 @@
|
|||||||
"xhr",
|
"xhr",
|
||||||
"http",
|
"http",
|
||||||
"ajax",
|
"ajax",
|
||||||
"promise"
|
"promise",
|
||||||
|
"node"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"ignore": [
|
"ignore": [
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+4
-3
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "axios",
|
"name": "axios",
|
||||||
"version": "0.1.0",
|
"version": "0.2.0",
|
||||||
"description": "Promise based XHR library",
|
"description": "Promise based HTTP client for the browser and node.js",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "grunt test",
|
"test": "grunt test",
|
||||||
@@ -15,7 +15,8 @@
|
|||||||
"xhr",
|
"xhr",
|
||||||
"http",
|
"http",
|
||||||
"ajax",
|
"ajax",
|
||||||
"promise"
|
"promise",
|
||||||
|
"node"
|
||||||
],
|
],
|
||||||
"author": "Matt Zabriskie",
|
"author": "Matt Zabriskie",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
Reference in New Issue
Block a user