wardbell / bardjs

Spec helpers for testing angular v.1.x apps with Mocha, Jasmine and QUnit
MIT License
178 stars 34 forks source link

feat(npm): add npm require support #43

Closed mikecfisher closed 5 years ago

mikecfisher commented 7 years ago

added main property to package.json to allow bard to be required via npm modules

mgol commented 7 years ago

This is extremely useful. @wardbell any chance to land it?

mgol commented 7 years ago

@mikefisher84 this is not the only change needed. The dist/bard.js file also needs to export bard via module.exports when present.