import to require

This commit is contained in:
Guillaume Chau
2016-09-22 02:22:57 +02:00
parent 13bdca3a25
commit 1acefe035d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import omit from 'lodash.omit';
const omit = require('lodash.omit');
let apolloClient = null;
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "vue-apollo",
"version": "1.0.0-beta8",
"version": "1.0.0-beta9",
"description": "Vue apollo integration",
"main": "index.js",
"scripts": {