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 34e7dcd commit efe7874
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 27 deletions.
12 changes: 11 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +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:
- "dreamseer"
- "mrcgrtz"
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# [elements](https://dreamseer.github.io/elements/)
# [elements](https://mrcgrtz.github.io/elements/)

> elements is my personal React components library.
![Update Status](https://img.shields.io/david/dev/dreamseer/elements.svg)
[![Test Workflow](https://github.com/Dreamseer/elements/actions/workflows/test.yml/badge.svg)](https://github.com/Dreamseer/elements/actions/workflows/test.yml)
[![Build Workflow](https://github.com/Dreamseer/elements/actions/workflows/build.yml/badge.svg)](https://github.com/Dreamseer/elements/actions/workflows/build.yml)
[![Coverage Status](https://coveralls.io/repos/github/Dreamseer/elements/badge.svg?branch=main)](https://coveralls.io/github/Dreamseer/elements?branch=main)
[![MIT license](https://img.shields.io/github/license/dreamseer/elements.svg)](https://github.com/Dreamseer/elements/blob/main/LICENSE.md)
![Update Status](https://img.shields.io/david/dev/mrcgrtz/elements.svg)
[![Test Workflow](https://github.com/mrcgrtz/elements/actions/workflows/test.yml/badge.svg)](https://github.com/mrcgrtz/elements/actions/workflows/test.yml)
[![Build Workflow](https://github.com/mrcgrtz/elements/actions/workflows/build.yml/badge.svg)](https://github.com/mrcgrtz/elements/actions/workflows/build.yml)
[![Coverage Status](https://coveralls.io/repos/github/mrcgrtz/elements/badge.svg?branch=main)](https://coveralls.io/github/mrcgrtz/elements?branch=main)
[![MIT license](https://img.shields.io/github/license/mrcgrtz/elements.svg)](https://github.com/mrcgrtz/elements/blob/main/LICENSE.md)

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

Expand Down
38 changes: 19 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@dreamseer/elements",
"name": "@mrcgrtz/elements",
"version": "0.1.0",
"private": true,
"dependencies": {
Expand Down

0 comments on commit efe7874

Please sign in to comment.