question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

npm module without jQuery dependency

See original GitHub issue

Now that velocity doesn’t require jQuery, it would be awesome to remove the dependency from the package.json.

I’m using React and I don’t need jQuery for my app as I can call React.findDOMNode(element). It’s not possible for me to grab a version for Browserify that doesn’t include jQuery with the current npm module.

https://www.npmjs.com/package/velocity-animate

Thanks!

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Reactions:1
  • Comments:10 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
leader22commented, Oct 7, 2016

Hi. It seems 927b731 is merged into master as v1.3.1. But in npm, latest version is still v1.2.3.

Could you please publish latest version to npm by npm publish?

Read more comments on GitHub >

github_iconTop Results From Across the Web

signalr-no-jquery - npm
Javascript SignalR client without jQuery dependency. ... Start using signalr-no-jquery in your project by running `npm i signalr-no-jquery`.
Read more >
How do I import an NPM module without using 'require' or ...
I am currently working on a wordpress theme built on understrap. I have a dependency on https://www.npmjs.com/package/google-libphonenumber but ...
Read more >
How to install modules without npm in node.js - GeeksforGeeks
We can install modules required for a particular project in node.js without npm, the recommended node package manager using yarn.
Read more >
How to Setup a JQuery Project as a Node Module
Node based javascript simply doesn't work without the configuration file package.json and every module has package.json to fully describe it to other modules....
Read more >
How to find the version of an installed node js npm package
... without dependencies. npm list - returns versions of all modules and dependencies. ... How to set jquery input select all on focus?...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found