2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-20 20:00:40 +03:00

Version bump - 0.1.0

This commit is contained in:
Matt Zabriskie
2014-08-29 17:07:25 -06:00
parent 839fcca5e2
commit 00724fdd0b
4 changed files with 6 additions and 7 deletions
+2 -3
View File
@@ -1,12 +1,12 @@
{ {
"name": "axios", "name": "axios",
"main": "./dist/axios.js", "main": "./dist/axios.js",
"version": "0.0.0", "version": "0.1.0",
"homepage": "https://github.com/mzabriskie/axios", "homepage": "https://github.com/mzabriskie/axios",
"authors": [ "authors": [
"Matt Zabriskie" "Matt Zabriskie"
], ],
"description": "Lightweight Promise based XHR library", "description": "Promise based XHR library",
"moduleType": [ "moduleType": [
"amd", "amd",
"globals" "globals"
@@ -20,7 +20,6 @@
"license": "MIT", "license": "MIT",
"ignore": [ "ignore": [
"**/.*", "**/.*",
"*.md",
"*.iml", "*.iml",
"example", "example",
"lib", "lib",
+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
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"name": "axios", "name": "axios",
"version": "0.0.0", "version": "0.1.0",
"description": "Lightweight Promise based XHR library", "description": "Promise based XHR library",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "grunt test", "test": "grunt test",