mirror of
https://github.com/tenrok/axios.git
synced 2026-06-11 18:02:32 +03:00
Releasing 0.2.0
This commit is contained in:
+4
-3
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user