-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add some extra fields to package.json (#7)
- Loading branch information
1 parent
da06bb2
commit 9a5cf39
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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": "[email protected]" | ||
}, | ||
"keywords": [ | ||
"react", | ||
"react-native", | ||
|
@@ -30,7 +35,8 @@ | |
"build:types": "flow-copy-source src lib" | ||
}, | ||
"contributors": [ | ||
"Vincent Catillon <[email protected]>" | ||
"Vincent Catillon <[email protected]>", | ||
"Alan Langlois <[email protected]>" | ||
], | ||
"author": "Vincent Catillon", | ||
"devDependencies": { | ||
|