jasmine / jasmine-npm

A jasmine runner for node projects.
MIT License
377 stars 145 forks source link

Website claims Jasmine has no dependencies, yet the jasmine npm package depends on Glob #148

Closed ashelleyPurdue closed 5 years ago

ashelleyPurdue commented 5 years ago

And glob, in turn, depends on:

That just seems a little bit misleading.

slackersoft commented 5 years ago

That's fair, the docs page is referring more to jasmine-core which doesn't have any runtime dependencies. We strive to keep the dependencies of the other libraries as small as possible, but trying to re-implement glob in a manner consistent with what everyone expect didn't seem like it was worth it.

What would you recommend that wording be changed to?

ashelleyPurdue commented 5 years ago

"jasmine-core has no dependencies" would be nice.