Not sure why, but the dist file that npm spits out different than the one in master. Specifically, it's missing https://github.com/fullscale/elastic.js/blob/master/dist/elastic.js#L15769-L15772
This should fail to find anything via grep:
curl -O http://registry.npmjs.org/elastic.js/-/elastic.js-1.2.0.tgz
tar -zxvf elastic.js-1.2.0.tgz
grep 'fast-vector-highlighter' package/dist/elastic.js
(registry.npmjs.org URL comes from the dist.tarball property in the package.json file npm install elastic.js grabs)
Not sure why, but the dist file that npm spits out different than the one in
master. Specifically, it's missing https://github.com/fullscale/elastic.js/blob/master/dist/elastic.js#L15769-L15772This should fail to find anything via
grep:curl -O http://registry.npmjs.org/elastic.js/-/elastic.js-1.2.0.tgz tar -zxvf elastic.js-1.2.0.tgz grep 'fast-vector-highlighter' package/dist/elastic.js(registry.npmjs.org URL comes from the
dist.tarballproperty in thepackage.jsonfilenpm install elastic.jsgrabs)