Skip to content

Commit 1acefe0

Browse files
committed
import to require
1 parent 13bdca3 commit 1acefe0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/vue-plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import omit from 'lodash.omit';
1+
const omit = require('lodash.omit');
22

33
let apolloClient = null;
44

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-apollo",
3-
"version": "1.0.0-beta8",
3+
"version": "1.0.0-beta9",
44
"description": "Vue apollo integration",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)