File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1- import VueApollo from './lib/vue-plugin';
2- export default VueApollo;
1+ module.exports = require('./lib/vue-plugin');
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ function prepare() {
202202 }
203203}
204204
205- export default {
205+ module.exports = {
206206 install(Vue, options) {
207207
208208 apolloClient = options.apolloClient;
Original file line number Diff line number Diff line change 11{
22 "name": "vue-apollo",
3- "version": "1.0.0-beta1 ",
3+ "version": "1.0.0-beta4 ",
44 "description": "Vue apollo integration",
55 "main": "index.js",
66 "scripts": {
2323 "homepage": "https://github.com/Akryum/vue-apollo#readme",
2424 "peerDependencies": {
2525 "apollo-client": "^0.4.15"
26+ },
27+ "dependencies": {
28+ "lodash.omit": "^4.5.0"
2629 }
2730}
You can’t perform that action at this time.
0 commit comments