From 8c1e2d781fdc61f37bc45d8ea37d2a51a4e6c3d2 Mon Sep 17 00:00:00 2001 From: Stuart 'Stevie' Leitch Date: Thu, 26 Jul 2018 20:37:04 +0100 Subject: [PATCH] Add project metadata to package.json --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index aef6c7b..0a3b89e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,11 @@ { "name": "react-registration", "version": "0.1.0", - "private": true, + "description": "User registration component for React JS", + "keywords": ["demo"], + "homepage": "https://github.com/hotblac/react-registration", + "license": "MIT", + "author": "Stuart 'Stevie' Leitch", "dependencies": { "react": "^16.4.1", "react-dom": "^16.4.1",