karma-runner / karma-ie-launcher

A Karma plugin. Launcher for Internet Explorer.
MIT License
59 stars 23 forks source link

chore: remove os dependency from package.json #5

Closed 4kochi closed 11 years ago

4kochi commented 11 years ago

This pull request removes the os dependency from the package.json file. This is helpful when working on a project with team members which have different operating systems. Now one can have all browser plugins for karma in the package.json without getting a npm error when running npm install.

vojtajina commented 11 years ago

Thanks @4kochi !

4kochi commented 11 years ago

You're welcome! Can you please publish the new version on npm. I'm currently working on a karma plugin that will detect all installed browsers and than run them. So i need all browser plugins to be installed. Thanks.

vojtajina commented 11 years ago

done