File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Closes Issue #X
5
5
<!--
6
6
These markdown comments are for description only. They can be deleted.
7
7
8
- Please submit pull requests against the master branch.
8
+ Please submit pull requests against the main branch.
9
9
10
10
Follow the existing code style. Check the tests succeed, including lint.
11
11
npm run test
Original file line number Diff line number Diff line change @@ -39,4 +39,4 @@ deploy:
39
39
skip_cleanup : true
40
40
on :
41
41
repo : phase2/particle
42
- branch : master
42
+ branch : main
Original file line number Diff line number Diff line change 1
1
# Particle: A design system integrating to Pattern Lab and a Drupal 8 theme
2
2
3
3
[ ![ GitHub (pre-)release] ( https://img.shields.io/github/release/phase2/particle/all.svg )] ( https://github.com/phase2/particle/releases )
4
- [ ![ Build Status] ( https://travis-ci.org/phase2/particle.svg?branch=master )] ( https://travis-ci.org/phase2/particle )
4
+ [ ![ Build Status] ( https://travis-ci.org/phase2/particle.svg?branch=main )] ( https://travis-ci.org/phase2/particle )
5
5
[ ![ Greenkeeper badge] ( https://badges.greenkeeper.io/phase2/particle.svg )] ( https://greenkeeper.io/ )
6
6
7
7
![ Particle mascot: Astrogoat] ( apps/pl-default/pattern-lab/_patterns/01-atoms-demo/image/astrogoat.png?raw=true ' Astrogoat ')
Original file line number Diff line number Diff line change 13
13
"support" : {
14
14
"docs" : " https://phase2.github.io/frontend-docs/" ,
15
15
"issues" : " https://github.com/phase2/particle/issues" ,
16
- "source" : " https://github.com/phase2/particle/tree/master "
16
+ "source" : " https://github.com/phase2/particle/tree/main "
17
17
}
18
18
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : [" config:base" ],
3
- "baseBranches" : [" master " ],
3
+ "baseBranches" : [" main " ],
4
4
"bumpVersion" : null ,
5
5
"labels" : [" dependency update" ],
6
6
"patch" : {
You can’t perform that action at this time.
0 commit comments