Skip to content

Commit e29090f

Browse files
author
Guillaume Chau
committed
Fix mixins
1 parent 873865b commit e29090f

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

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": "2.1.0-beta.2",
3+
"version": "2.1.0-beta.3",
44
"description": "Vue apollo integration",
55
"main": "lib/index.js",
66
"scripts": {

src/index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ let Vue
66

77
const keywords = [
88
'$subscribe',
9-
'$skipAll',
10-
'$skipAllQueries',
11-
'$skipAllSubscriptions',
12-
'$client',
139
]
1410

1511
const prepare = function prepare () {

0 commit comments

Comments
 (0)