add keywords to package.json
Showing
... | @@ -7,7 +7,12 @@ | ... | @@ -7,7 +7,12 @@ |
"test": "echo \"Error: no test specified\" && exit 1" | "test": "echo \"Error: no test specified\" && exit 1" | ||
}, | }, | ||
"keywords": [ | "keywords": [ | ||
"react-native" | "react-native", | ||
"thread", | |||
"workers", | |||
"parallelism", | |||
"concurrency", | |||
"processing" | |||
], | ], | ||
"author": "Travis Nuttall", | "author": "Travis Nuttall", | ||
"license": "MIT", | "license": "MIT", | ||
... | ... |
Please register or sign in to comment