Skip to content

Commit

Permalink
#20: Re-added split dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
seckardt committed Oct 12, 2015
1 parent 19597ee commit 3a05fa8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ In lieu of a formal styleguide, take care to maintain the existing coding style.

## Release History

* v0.2.2 - Fix for issue [#20](https://github.com/seckardt/grunt-protractor-webdriver/issues/20).
* v0.2.3 - Re-added `split` dependency.
* v0.2.2 - Fix for issue [#20](https://github.com/seckardt/grunt-protractor-webdriver/issues/20). Unpublished due to messed up dependencies.
* v0.2.1 - Add support for Selenium Server >=v2.47. Fix for issues [#17](https://github.com/seckardt/grunt-protractor-webdriver/issues/17) and [#18](https://github.com/seckardt/grunt-protractor-webdriver/issues/18).
* v0.2.0 - **Possible breaking change for some, depending on the `path` configuration.** Fix for issue [#3](https://github.com/seckardt/grunt-protractor-webdriver/issues/3). Always use `node` now to execute the `webdriver_manager` commands.
* v0.1.9 - Use configuration option `keepAlive` also in case of exception being thrown by the Selenium process. Alternative implementation for original PR [#5](https://github.com/seckardt/grunt-protractor-webdriver/pull/5).
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-protractor-webdriver",
"description": "grunt plugin for starting Protractor's bundled Selenium Webdriver",
"version": "0.2.2",
"version": "0.2.3",
"private": true,
"homepage": "https://github.com/seckardt/grunt-protractor-webdriver",
"devDependencies": {
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-protractor-webdriver",
"description": "grunt plugin for starting Protractor's bundled Selenium Webdriver",
"version": "0.2.2",
"version": "0.2.3",
"homepage": "https://github.com/seckardt/grunt-protractor-webdriver",
"author": {
"name": "Steffen Eckardt",
Expand Down Expand Up @@ -31,7 +31,8 @@
"grunt-express": "~1.4.1",
"grunt-protractor-runner": "~2.1.0",
"grunt-shell": "~1.1.2",
"protractor": "~2.5.1"
"protractor": "~2.5.1",
"split": "^1.0.0"
},
"peerDependencies": {
"grunt": ">=0.4.4",
Expand Down

0 comments on commit 3a05fa8

Please sign in to comment.