node-scraper
node-scraper copied to clipboard
Fix undefined jQuery
This fixes the reference to jQuery as described in #4, updating to jQuery 1.10.2. The attempt to load the local dependency was resulting in $
being undefined
. It also removes the local copy of jQuery.