Skip to content

Commit 9b8edbb

Browse files
author
rcarmona
committed
Systelab-file-selector:
- Modified 'package.json' due to an open issue in Protractor with webdriver-manager and latest version of Chrome (angular/protractor#5289).
1 parent 645d137 commit 9b8edbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
"copysass": "gulp copysass",
2323
"copytemplates": "gulp copytemplates",
2424
"ngc-build": "ngc -p ./tsconfig.lib.json",
25-
"prepublish": "npm run cleardown && npm run inline-build-templates && npm run ngc-build && npm run copysass && npm run copytemplates",
26-
"pree2e": "cd ./node_modules/protractor && npm i -g webdriver-manager@latest && webdriver-manager update"
25+
"prepublish": "npm run cleardown && npm run inline-build-templates && npm run ngc-build && npm run copysass && npm run copytemplates"
2726
},
2827
"files": [
2928
"widgets",
@@ -90,6 +89,7 @@
9089
"karma-jasmine-html-reporter": "^1.4.0",
9190
"node-sass": "^4.9.3",
9291
"protractor": "^5.4.2",
92+
"webdriver-manager": "12.1.6",
9393
"rimraf": "^2.6.1",
9494
"snapshot-testing": "^1.0.0",
9595
"ts-node": "^6.2.0",

0 commit comments

Comments
 (0)