Add calculator category

This commit is contained in:
Travis CI 2016-05-31 07:34:40 -07:00
parent e3f6d4206c
commit 7eac265ae8
1 changed files with 7 additions and 2 deletions

View File

@ -118,6 +118,11 @@
"id": "calendar", "id": "calendar",
"parent": "misc" "parent": "misc"
}, },
{
"title": "Calculator",
"id": "calculator",
"parent": "misc"
},
{ {
"title": "Text", "title": "Text",
"id": "text", "id": "text",
@ -2802,7 +2807,7 @@
}, },
{ {
"title": "Round & Split", "title": "Round & Split",
"category": "misc", "category": "calculator",
"description": "Tip Calculator", "description": "Tip Calculator",
"source": "https://github.com/lukhnos/roundandsplit", "source": "https://github.com/lukhnos/roundandsplit",
"itunes": "https://itunes.apple.com/app/round-split/id912288737", "itunes": "https://itunes.apple.com/app/round-split/id912288737",
@ -3157,7 +3162,7 @@
}, },
{ {
"title": "Calculator", "title": "Calculator",
"category": "react-native", "category": ["react-native", "calculator"],
"source": "https://github.com/benoitvallon/react-native-nw-react-calculator", "source": "https://github.com/benoitvallon/react-native-nw-react-calculator",
"stars": 2752 "stars": 2752
}, },