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