Skip to content

Commit

Permalink
Merge 1ebc293 into 81b19a9
Browse files Browse the repository at this point in the history
  • Loading branch information
Atmire-Kristof committed Jul 31, 2019
2 parents 81b19a9 + 1ebc293 commit 8327b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"test:headless": "karma start --single-run --browsers ChromeHeadless",
"test:watch": "karma start --no-single-run --auto-watch",
"webdriver:start": "node node_modules/protractor/bin/webdriver-manager start --seleniumPort 4444",
"webdriver:update": "node node_modules/protractor/bin/webdriver-manager update --standalone --gecko false",
"webdriver:update": "node node_modules/protractor/bin/webdriver-manager update --standalone --gecko false --versions.chrome 2.45",
"lint": "tslint \"src/**/*.ts\" && tslint \"e2e/**/*.ts\"",
"docs": "typedoc --options typedoc.json ./src/",
"coverage": "http-server -c-1 -o -p 9875 ./coverage"
Expand Down

0 comments on commit 8327b4d

Please sign in to comment.