From 9a5cf398621bed58d452d2bab6d283c5f3bef72e Mon Sep 17 00:00:00 2001 From: Vincent CATILLON Date: Mon, 8 Apr 2019 12:27:05 +0200 Subject: [PATCH] Add some extra fields to package.json (#7) --- package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9dd8583..e0e46fb 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,11 @@ "name": "react-native-confetti-cannon", "version": "1.1.2", "description": "React Native confetti explosion and fall like iOS does.", + "homepage": "https://github.com/vincentcatillon/react-native-confetti-cannon", + "bugs": { + "url": "https://github.com/vincentcatillon/react-native-confetti-cannon/issues", + "email": "contact@vincent-catillon.fr" + }, "keywords": [ "react", "react-native", @@ -30,7 +35,8 @@ "build:types": "flow-copy-source src lib" }, "contributors": [ - "Vincent Catillon " + "Vincent Catillon ", + "Alan Langlois " ], "author": "Vincent Catillon", "devDependencies": {