Skip to content
This repository has been archived by the owner on Aug 5, 2019. It is now read-only.

Commit

Permalink
Merge pull request #44 from dmaloneycalu/master
Browse files Browse the repository at this point in the history
fix package install script windows bug
  • Loading branch information
dmaloneycalu committed Jan 27, 2016
2 parents 68ca266 + 8b9c010 commit d7b355e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Configuration of this plugin relies heavily on 3 files:

```json
"scripts": {
"install": "node ./node_modules/.bin/webdriver-manager update",
"install": "node ./node_modules/protractor/bin/webdriver-manager update",
"server": "grunt connect:local:keepalive",
"start": "grunt build connect:local watch",
"test": "grunt test",
Expand Down

0 comments on commit d7b355e

Please sign in to comment.