karma-runner / karma-safari-launcher

A Karma plugin. Launcher for Safari.
MIT License
19 stars 15 forks source link

remove os dependency, add default cmd for safari on windows #4

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

Great, can you please change the commit msg of the second one to feat:... (so that it gets auto released).

4kochi commented 11 years ago

Ok, done. And i learned how to change a commit message and how to delete a commit on a remote repository. :cool:

vojtajina commented 11 years ago

Awesome. Thanks @4kochi !