From 6cb0c3fb1bef12009084bd8899655ce026a612b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Sun, 2 Jul 2023 16:27:26 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20update=20author=20-=20Th=C3=A9o=20LUDWIG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CODE_OF_CONDUCT.md | 2 +- LICENSE | 2 +- README.md | 6 +++--- package.json | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index c2c3589..8a0c550 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -60,7 +60,7 @@ representative at an online or offline event. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at -. +. All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the diff --git a/LICENSE b/LICENSE index 04e85c3..25dddde 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) Divlo +Copyright (c) Théo LUDWIG Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 6c57860..6dba7a3 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ Licence MIT Contributor Covenant
- - - + + +
Conventional Commits semantic-release diff --git a/package.json b/package.json index ee61942..ddacf5c 100644 --- a/package.json +++ b/package.json @@ -4,18 +4,18 @@ "public": true, "type": "module", "description": "Manage React Forms with ease.", - "author": "Divlo ", + "author": "Théo LUDWIG ", "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/Divlo/react-component-form.git" + "url": "https://github.com/theoludwig/react-component-form.git" }, "keywords": [ "react-form", "react-component-form" ], "bugs": { - "url": "https://github.com/Divlo/react-component-form/issues" + "url": "https://github.com/theoludwig/react-component-form/issues" }, "homepage": "https://react-component-form.vercel.app/", "main": "build/index.js",