From 4c1fc9a5de588585eff94834b5fd101b0230afa7 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Mon, 27 Sep 2021 14:16:29 -0500 Subject: [PATCH] 2.0.1 Release Commit - update package json --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 3d3fba3b..c07395aa 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,11 @@ { "name": "react-onesignal", - "version": "2.0.0", + "version": "2.0.1", "description": "React OneSignal Module: Make it easy to integrate OneSignal with your React App!", "author": "rgomezp", "contributors": [{ "name": "Rodrigo Gomez-Palacio" }, { "name": "Pedro Bini" }], + "homepage": "https://onesignal.com", + "repository": "https://github.com/OneSignal/react-onesignal.git", "license": "MIT", "main": "dist/index.js", "module": "dist/index.es.js",