gterrono / houston

A zero-config, Django Admin-like admin for Meteor
https://atmospherejs.com/houston/admin
MIT License
807 stars 97 forks source link

Adding dependency on underscore package, fixes #325 #371

Closed majochoc closed 8 years ago

majochoc commented 8 years ago

When Houston is used within another package, its dependency on underscore is unmet.

Many projects create feature packages. These packages are typically dependent on a lib or core package that includes all the Meteor base packages. If Houston is included in a feature package, it doesn't know about the core/lib package, so it should ensure all of its Meteor core dependencies are explicit.

gterrono commented 8 years ago

Thanks for finding a solution. I'll release the update tonight.