mirror of
https://github.com/tenrok/axios.git
synced 2026-05-27 14:47:43 +03:00
Version bump - 0.1.0
This commit is contained in:
+2
-3
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "axios",
|
||||
"main": "./dist/axios.js",
|
||||
"version": "0.0.0",
|
||||
"version": "0.1.0",
|
||||
"homepage": "https://github.com/mzabriskie/axios",
|
||||
"authors": [
|
||||
"Matt Zabriskie"
|
||||
],
|
||||
"description": "Lightweight Promise based XHR library",
|
||||
"description": "Promise based XHR library",
|
||||
"moduleType": [
|
||||
"amd",
|
||||
"globals"
|
||||
@@ -20,7 +20,6 @@
|
||||
"license": "MIT",
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"*.md",
|
||||
"*.iml",
|
||||
"example",
|
||||
"lib",
|
||||
|
||||
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
+2
-2
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "axios",
|
||||
"version": "0.0.0",
|
||||
"description": "Lightweight Promise based XHR library",
|
||||
"version": "0.1.0",
|
||||
"description": "Promise based XHR library",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "grunt test",
|
||||
|
||||
Reference in New Issue
Block a user