Skip to content

Commit

Permalink
chore: Update references to main
Browse files Browse the repository at this point in the history
  • Loading branch information
rkunev committed Mar 19, 2024
1 parent 21ad841 commit 13d0409
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ We accept contributions via Pull Requests on [Github](https://github.com/radial-

- **Consider our release cycle** - We try to follow [SemVer](https://semver.org/). Randomly breaking public APIs is not an option.

- **Create feature branches** - Don't ask us to pull from your master branch.
- **Create feature branches** - Don't ask us to pull from your main branch.

- **One pull request per feature** - If you want to do more than one thing, send multiple pull requests.

- **Send coherent history** - Make sure each individual commit in your pull request is meaningful. If you had to make multiple intermediate commits while developing, please [squash them](https://www.git-scm.com/book/en/v2/Git-Tools-Rewriting-History#Changing-Multiple-Commit-Messages) before submitting.

**Happy coding**!
**Happy coding**!
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches:
- master
- main
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<img src="https://img.shields.io/npm/l/@radial-color-picker/vue-color-picker.svg" alt="License">
</a>
<a href="https://codecov.io/gh/radial-color-picker/vue-color-picker">
<img src="https://codecov.io/gh/radial-color-picker/vue-color-picker/branch/master/graph/badge.svg" alt="Code Coverage" />
<img src="https://codecov.io/gh/radial-color-picker/vue-color-picker/branch/main/graph/badge.svg" alt="Code Coverage" />
</a>
</p>

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ And in your app:
</style>
```

Depending on your build tool of choice you may have to setup the appropriate loaders or plugins. Checkout the [examples](https://github.com/radial-color-picker/vue-color-picker/tree/master/examples) folder. There's an example with Vite and CSS. If you're using tools such as Vite, Vue CLI, or Poi you don't have to do anything else - these tools come preconfigured and support CSS import out of the box.
Depending on your build tool of choice you may have to setup the appropriate loaders or plugins. Checkout the [examples](https://github.com/radial-color-picker/vue-color-picker/tree/main/examples) folder. There's an example with Vite and CSS. If you're using tools such as Vite, Vue CLI, or Poi you don't have to do anything else - these tools come preconfigured and support CSS import out of the box.

## Using the component globally

Expand Down
4 changes: 2 additions & 2 deletions examples/simple/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This is a basic example of how to use `vue-color-picker` with the UMD build (use
Download the example [or clone the whole project](https://github.com/radial-color-picker/vue-color-picker.git):

```bash
curl https://codeload.github.com/radial-color-picker/vue-color-picker/tar.gz/master | tar -xz --strip=2 vue-color-picker-master/examples/simple
curl https://codeload.github.com/radial-color-picker/vue-color-picker/tar.gz/main | tar -xz --strip=2 vue-color-picker-main/examples/simple
cd simple
```

Expand All @@ -21,4 +21,4 @@ http-server -o

# with superstatic (starts the server on port 3474)
superstatic
```
```
4 changes: 2 additions & 2 deletions examples/with-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Example shows how to further configure `vue-color-picker`. It's scaffolded with
Download the example [or clone the whole project](https://github.com/radial-color-picker/vue-color-picker.git):

```bash
curl https://codeload.github.com/radial-color-picker/vue-color-picker/tar.gz/master | tar -xz --strip=2 vue-color-picker-master/examples/with-config
curl https://codeload.github.com/radial-color-picker/vue-color-picker/tar.gz/main | tar -xz --strip=2 vue-color-picker-main/examples/with-config
cd with-config
```

Expand All @@ -31,4 +31,4 @@ npm run build

### Customize configuration

See [Configuration Reference](https://vitejs.dev/guide/).
See [Configuration Reference](https://vitejs.dev/guide/).
2 changes: 1 addition & 1 deletion examples/with-nuxt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Example shows how to setup `vue-color-picker` with [Nuxt.js](https://v3.nuxtjs.o
Download the example [or clone the whole project](https://github.com/radial-color-picker/vue-color-picker.git):

```bash
curl https://codeload.github.com/radial-color-picker/vue-color-picker/tar.gz/master | tar -xz --strip=2 vue-color-picker-master/examples/with-nuxt
curl https://codeload.github.com/radial-color-picker/vue-color-picker/tar.gz/main | tar -xz --strip=2 vue-color-picker-main/examples/with-nuxt
cd with-nuxt
```

Expand Down
2 changes: 1 addition & 1 deletion examples/with-uncontrolled-component/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Example shows how to only listen for changes of the color and skip `hue` and `@i
Download the example [or clone the whole project](https://github.com/radial-color-picker/vue-color-picker.git):

```bash
curl https://codeload.github.com/radial-color-picker/vue-color-picker/tar.gz/master | tar -xz --strip=2 vue-color-picker-master/examples/with-uncontrolled-component
curl https://codeload.github.com/radial-color-picker/vue-color-picker/tar.gz/main | tar -xz --strip=2 vue-color-picker-main/examples/with-uncontrolled-component
cd with-uncontrolled-component
```

Expand Down
2 changes: 1 addition & 1 deletion scripts/deploy-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ fi

git commit -m 'deploy'

git push -f git@github.com:radial-color-picker/vue-color-picker.git master:gh-pages
git push -f git@github.com:radial-color-picker/vue-color-picker.git main:gh-pages

cd -

0 comments on commit 13d0409

Please sign in to comment.