apollographql / meteor-integration

🚀 meteor add apollo
http://dev.apollodata.com/core/meteor.html
108 stars 45 forks source link

Updated to support the latest version of graphql #54

Closed Siyfion closed 8 years ago

lorensr commented 8 years ago

thanks! does "^0.7.0 | ^0.8.0" work, so people aren't required to upgrade?

Siyfion commented 8 years ago

I wasn't sure, hence why I didn't at first, but after looking at the code for checkNpmVersions it's using semver, so I don't see why not. https://github.com/tmeasday/check-npm-versions/blob/master/check-npm-versions.js#L11

I'll update the PR now and hopefully we can get it merged right away, as then like you say, it won't force anything on anyone!