meteorhacks / search-source

Reactive Data Source for Search
MIT License
146 stars 33 forks source link

Sub packages not added automatically #48

Open justjoolz opened 8 years ago

justjoolz commented 8 years ago

I had an issue getting this package working.

Turns out that when I "meteor add search:source" for some reason the "check" and "ejson" packages were not added.

I'm not sure if this is something I did wrong or how the package is erm packaged!

I'm putting this here for other users who may be facing a similar issue

patrickjmcgoldrick commented 8 years ago

Looks like package.js may be adding check and ejson only for the client. Both are clearly used on the server also.