apollo-client
Advanced tools
Comparing version 0.3.23 to 0.3.24
@@ -6,6 +6,6 @@ // This is here for backcompat, even though the right way is to use the other package | ||
if (typeof window !== 'undefined') { | ||
window['gql'] = gql; | ||
window['gql'] = module.exports; | ||
} else if (typeof global !== 'undefined') { | ||
global['gql'] = gql; | ||
global['gql'] = module.exports; | ||
} | ||
} |
{ | ||
"name": "apollo-client", | ||
"version": "0.3.23", | ||
"version": "0.3.24", | ||
"description": "A simple yet functional GraphQL client.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
177372