From b56bad287f10dcc68673500fbff4e82e59f99a8d Mon Sep 17 00:00:00 2001 From: Vincent Catillon Date: Sun, 3 Feb 2019 13:42:12 +0100 Subject: [PATCH] Add keywords for npm --- package.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/package.json b/package.json index 6bf1cf5..46e95f7 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,20 @@ "name": "react-native-confetti-cannon", "version": "1.0.1", "description": "React Native confetti explosion and fall like iOS does.", + "keywords": [ + "react", + "react-native", + "react-native-web", + "confetti", + "cannon", + "explosion", + "fall", + "animation", + "animated", + "particles", + "ios", + "android" + ], "main": "src/index.js", "files": [ "src",