File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ updates:
1111 interval : " daily"
1212 time : " 08:00"
1313 timezone : " Europe/Berlin"
14- target-branch : " master "
14+ target-branch : " main "
1515 open-pull-requests-limit : 10
1616 labels :
1717 - " github dependency"
@@ -33,7 +33,7 @@ updates:
3333 interval : " daily"
3434 time : " 08:00"
3535 timezone : " Europe/Berlin"
36- target-branch : " master "
36+ target-branch : " main "
3737 open-pull-requests-limit : 10
3838 labels :
3939 - " npm dependency"
Original file line number Diff line number Diff line change 2626 . version ( '0.0.1' )
2727 . help ( 'help' )
2828 . epilogue ( `for more information,\please see the README at:
29- https://github.com/Staffbase/create-staffbase-plugin-nodejs/blob/master /README.MD` ) ;
29+ https://github.com/Staffbase/create-staffbase-plugin-nodejs/blob/main /README.MD` ) ;
3030// console.log('YARGS Parsed Data:\n', yargv.argv);
3131const packageJSON = fs . readJSONSync ( path . join ( scaffoldFolder , 'package.json' ) ) ;
3232// Defaults package name to current folder name
Original file line number Diff line number Diff line change @@ -49,4 +49,4 @@ $ npm start
4949For getting more information about Staffbase SSO, please check out the following links:
5050
5151- [ Developer Portal: Custom Plugins] ( https://developers.staffbase.com/concepts/customplugin-overview/ )
52- - [ Staffbase Plugins SDK for Node.js] ( https://github.com/Staffbase/plugins-sdk-nodejs/blob/master /README.MD )
52+ - [ Staffbase Plugins SDK for Node.js] ( https://github.com/Staffbase/plugins-sdk-nodejs/blob/main /README.MD )
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ <h2>Further Reading</h2>
9090 </ li >
9191 < li >
9292 < a
93- href ="https://github.com/Staffbase/plugins-sdk-nodejs/blob/master /README.md "
93+ href ="https://github.com/Staffbase/plugins-sdk-nodejs/blob/main /README.md "
9494 > Staffbase Plugins SDK for Node.js</ a
9595 >
9696 </ li >
You can’t perform that action at this time.
0 commit comments