sudsy / node-find-files

A Node Module for finding files by attributes. Originally developed to find files modified since a particular date. Uses an eventemitter model so the results can start streaming back as soon as they are found.
15 stars 7 forks source link

0.0.3 npm release does not have compiled output #2

Closed gondalez closed 9 years ago

gondalez commented 9 years ago

Hi,

I noticed the package is missing the .js file, so I am seeing Cannot find module error.

This is a diff between the packages 0.0.2 and 0.0.3.

jackcasey commented 9 years ago

+1 This is affecting older versions (0.1.18) of jest-cli which pulled in the new version of this dependancy automatically.

catalinmiron commented 9 years ago

+1

Sirlon commented 9 years ago

+1

catalinmiron commented 9 years ago

In the meantime, you can use our fork: https://github.com/uberVU/jest which uses node-find-files v.0.0.2. What do you need to do is to add "jest-cli": "git://github.com/ubervu/jest", instead of "jest-cli": "...."

kelseymok commented 9 years ago

+1

sudsy commented 9 years ago

Compiled versions now in git and package for version 0.0.4 Sincere apologies

gondalez commented 9 years ago

Thanks for the quick fix :+1: