From c603974f3bbe23a1877a9c2d101e920738f19423 Mon Sep 17 00:00:00 2001 From: Maxime Renou Date: Fri, 1 Mar 2019 12:24:11 +0100 Subject: [PATCH] fix --- README.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bfa34f2..578e4a8 100644 --- a/README.md +++ b/README.md @@ -28,4 +28,4 @@ class Example extends Component { ## License -MIT © [maximerenou](https://github.com/maximerenou) +MIT © [Maxime Renou](https://github.com/maximerenou) diff --git a/package.json b/package.json index ea64c60..9f96967 100644 --- a/package.json +++ b/package.json @@ -2,9 +2,9 @@ "name": "react-forms", "version": "1.0.0", "description": "React form components", - "author": "maximerenou", + "author": "Maxime Renou", "license": "MIT", - "repository": "maximerenou/react-forms", + "repository": "bluesquare-packages/react-forms", "main": "dist/index.js", "module": "dist/index.es.js", "jsnext:main": "dist/index.es.js",