f / graphql.js

A Simple and Isomorphic GraphQL Client for JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jquery is needed?

lludol opened this issue · comments

Hello,

On your README, there is this line:

No dependencies, plain vanilla JavaScript.

And in your bower.json there is this:

"dependencies": {
    "jquery": "^3.1.1"
  }

So, do your project depend on jQuery?

I can't use it because when I install your lib I must break the dependency of another lib that use jQuery 2.