f/graphql.js

jquery is needed?

lludol opened this issue · 1 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.

f commented