From e4f5c9358a29cfb9a100546b6e75f829f1eb86a3 Mon Sep 17 00:00:00 2001 From: rhahao Date: Wed, 18 May 2022 23:00:41 +0300 Subject: [PATCH] fix(package.json): add missing fields --- package.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/package.json b/package.json index ab9009e..998baae 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,17 @@ "files": [ "dist/*.js" ], + "homepage": "https://github.com/sws2apps/react-sw-helper#readme", + "author": "Scheduling Workbox System ", + "bugs": { + "url": "https://github.com/sws2apps/react-sw-helper/issues", + "email": "sws2apps.notification@gmail.com" + }, + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/sws2apps/react-sw-helper.git" + }, "scripts": { "start": "react-scripts start", "build": "copyfiles -f src/components/ServiceWorkerWrapper/ServiceWorkerWrapper.js dist"