From c9dcb4f5cb2d1eef68a018d4ca750a6a720c87b1 Mon Sep 17 00:00:00 2001 From: Travis Nuttall Date: Sun, 17 Sep 2017 22:14:50 -0600 Subject: [PATCH] add keywords to package.json --- package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ad72667..fd231b4 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,12 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ - "react-native" + "react-native", + "thread", + "workers", + "parallelism", + "concurrency", + "processing" ], "author": "Travis Nuttall", "license": "MIT", -- 2.26.2