From 7f8e6457849c1a4ca3a3448111d7e10d0574c7ed Mon Sep 17 00:00:00 2001 From: Felipe Torresini <2336812+felipetesc@users.noreply.github.com> Date: Wed, 23 Sep 2020 13:53:26 -0300 Subject: [PATCH] added nimchromepath to package.json (#1643) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 3e81f3a..545cea7 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,18 @@ [ + { + "name": "nimchromepath", + "url": "https://github.com/felipetesc/NimChromePath", + "method": "git", + "tags": [ + "chrome", + "path", + "nim" + ], + "description": "Thin lib to find if chrome exists on Windows, Mac, or Linux.", + "license": "MIT", + "web": "https://github.com/felipetesc/NimChromePath", + "doc": "https://github.com/felipetesc/NimChromePath" + }, { "name": "nimbitarray", "url": "https://github.com/YesDrX/bitarray",