You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently writing an adapter for Karma so that jasmine-given can be used as a plugin. At the moment I'm having to copy the compiled jasmine-given.js file from the dist folder into my project. It works, but means I have to manually manage the dependancy. Would it be possible to include the the dist folder within the npm package so I can just resolve the path to it and list it as a peer dependency within my project?
Alternatively, if you have any ideas about other ways I could manage this that would be great. :)
Thanks,
Chris
The text was updated successfully, but these errors were encountered:
I'm currently writing an adapter for Karma so that jasmine-given can be used as a plugin. At the moment I'm having to copy the compiled jasmine-given.js file from the dist folder into my project. It works, but means I have to manually manage the dependancy. Would it be possible to include the the dist folder within the npm package so I can just resolve the path to it and list it as a peer dependency within my project?
Alternatively, if you have any ideas about other ways I could manage this that would be great. :)
Thanks,
Chris
The text was updated successfully, but these errors were encountered: