diff --git a/dist/vue-typeahead.common.js b/dist/vue-typeahead.common.js index 853087c..38b14c3 100644 --- a/dist/vue-typeahead.common.js +++ b/dist/vue-typeahead.common.js @@ -71,7 +71,7 @@ exports.default = { }, fetch: function fetch() { if (!this.$http) { - return _vue.util.warn('You need to install the `vue-resource` plugin', this); + return _vue.util.warn('You need to provide a HTTP client', this); } if (!this.src) { diff --git a/package.json b/package.json index b21a4b4..aa78b2e 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,7 @@ }, "devDependencies": { "axios": "^0.15.3", + "babel-cli": "^6.23.0", "babel-core": "^6.0.0", "babel-loader": "^6.0.0", "babel-plugin-transform-runtime": "^6.0.0",