testdouble / grunt-jasmine-bundle

A "spec" grunt task for Jasmine that includes a standard pack of helpers (jasmine-given, jasmine-stealth, jasmine-only). Uses minijasminenode.
6 stars 4 forks source link

Use >= for grunt peer dependency. #12

Closed tandrewnichols closed 8 years ago

tandrewnichols commented 8 years ago

I've tested this repo with grunt@1.0.1 and it works fine but having such a stringent peer requirement means that npm shrinkwrap blows up. Even though npm install now simply warns that the peer is invalid, npm shrinkwrap still requires all peers to be valid or it throws an error.

tandrewnichols commented 8 years ago

@davemo Has this been published on npm?

davemo commented 8 years ago

@tandrewnichols not yet, I believe @searls is the only one with publish access for this module.

searls commented 8 years ago

landed in 0.4.0