Skip to content

Commit

Permalink
Update username.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcgrtz committed Dec 28, 2021
1 parent 9947c0c commit e84cba3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
@@ -1,6 +1,18 @@
version: 2
updates:

# Maintain dependencies for Node
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
assignees:
- "mrcgrtz"

# Check for updates to GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
assignees:
- "mrcgrtz"
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -2,11 +2,11 @@

> A pretty formatter for [Stylelint](https://stylelint.io/)
[![Tests](https://github.com/Dreamseer/stylelint-formatter-pretty/actions/workflows/run-tests.yml/badge.svg)](https://github.com/Dreamseer/stylelint-formatter-pretty/actions/workflows/run-tests.yml)
[![Coverage Status](https://coveralls.io/repos/github/Dreamseer/stylelint-formatter-pretty/badge.svg?branch=main)](https://coveralls.io/github/Dreamseer/stylelint-formatter-pretty?branch=main)
[![Tests](https://github.com/mrcgrtz/stylelint-formatter-pretty/actions/workflows/run-tests.yml/badge.svg)](https://github.com/mrcgrtz/stylelint-formatter-pretty/actions/workflows/run-tests.yml)
[![Coverage Status](https://coveralls.io/repos/github/mrcgrtz/stylelint-formatter-pretty/badge.svg?branch=main)](https://coveralls.io/github/mrcgrtz/stylelint-formatter-pretty?branch=main)
[![Install size](https://packagephobia.now.sh/badge?p=stylelint-formatter-pretty)](https://packagephobia.now.sh/result?p=stylelint-formatter-pretty)
[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo)
[![MIT license](https://img.shields.io/github/license/dreamseer/stylelint-formatter-pretty.svg)](https://github.com/Dreamseer/stylelint-formatter-pretty/blob/main/LICENSE.md)
[![MIT license](https://img.shields.io/github/license/mrcgrtz/stylelint-formatter-pretty.svg)](https://github.com/mrcgrtz/stylelint-formatter-pretty/blob/main/LICENSE.md)

![Screenshot](screenshot.png)

Expand Down
5 changes: 1 addition & 4 deletions package.json
Expand Up @@ -3,10 +3,7 @@
"version": "3.1.0",
"description": "A pretty Stylelint formatter.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Dreamseer/stylelint-formatter-pretty.git"
},
"repository": "github:mrcgrtz/stylelint-formatter-pretty",
"funding": [
{
"type": "kofi",
Expand Down

0 comments on commit e84cba3

Please sign in to comment.