File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11module . exports = function ( ) {
2- var webdriverManagerPath = './node_modules/protractor /bin/webdriver-manager' ,
2+ var webdriverManagerPath = './node_modules/webdriver-manager /bin/webdriver-manager' ,
33 bowerPath = './node_modules/bower/bin/bower' ;
44
55 if ( process . platform === 'win32' ) {
6- webdriverManagerPath = '.\\node_modules\\protractor \\bin\\webdriver-manager' ;
6+ webdriverManagerPath = '.\\node_modules\\webdriver-manager \\bin\\webdriver-manager' ;
77 bowerPath = '.\\node_modules\\bower\\bin\\bower' ;
88 }
99
Original file line number Diff line number Diff line change 8181 "semver" : " ~5.4.1" ,
8282 "shelljs" : " ~0.6.0" ,
8383 "time-grunt" : " ~1.1.0" ,
84- "validate-commit-message" : " ^3.0.1"
84+ "validate-commit-message" : " ^3.0.1" ,
85+ "webdriver-manager" : " ^11.1.1"
8586 },
8687 "config" : {
8788 "commitizen" : {
Original file line number Diff line number Diff line change 11
22.ui-grid-footer-panel-background {
3- .gradient ( @headerBackgroundColor , @headerGradientStart , @headerGradientStop ) ;
3+ background-color : @headerBackgroundColor ;
44}
55
66@topPanelRadius : @gridBorderRadius - @gridBorderWidth ;
Original file line number Diff line number Diff line change 11
22.ui-grid-top-panel-background {
3- .gradient ( @headerBackgroundColor , @headerGradientStart , @headerGradientStop ) ;
3+ background-color : @headerBackgroundColor ;
44}
55
66@topPanelRadius : @gridBorderRadius - @gridBorderWidth ;
You can’t perform that action at this time.
0 commit comments