From 42291da89afb019d1b5e32cd98686aa07cca063d Mon Sep 17 00:00:00 2001 From: Vitaly Date: Sat, 6 Mar 2021 21:30:02 +0300 Subject: [PATCH] add `util` and `helper` to keywords --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7d8948d2..45151d0b 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,9 @@ }, "keywords": [ "WebGL", - "twgl" + "twgl", + "util", + "helper" ], "author": "Greggman", "license": "MIT",