Ship axios instead of vue-resource.

This commit is contained in:
Taylor Otwell
2016-11-03 17:06:06 -05:00
parent 100c102fc3
commit 7b318939c9
4 changed files with 16 additions and 22 deletions

View File

@@ -5,6 +5,7 @@
"dev": "gulp watch"
},
"devDependencies": {
"axios": "^0.15.2",
"bootstrap-sass": "^3.3.7",
"gulp": "^3.9.1",
"jquery": "^3.1.0",
@@ -12,7 +13,6 @@
"laravel-elixir-vue-2": "^0.2.0",
"laravel-elixir-webpack-official": "^1.0.2",
"lodash": "^4.16.2",
"vue": "^2.0.1",
"vue-resource": "^1.0.3"
"vue": "^2.0.1"
}
}