From 47e997786739ab5394b6f08d3690e204e8775657 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Sat, 21 Nov 2015 17:53:05 +0000 Subject: [PATCH] Better tags for `playground` package. --- packages.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index b4c6312..4802c99 100644 --- a/packages.json +++ b/packages.json @@ -3552,8 +3552,11 @@ "url": "https://github.com/theduke/nim-playground", "method": "git", "tags": [ - "functional", - "library" + "webapp", + "execution", + "nim", + "code", + "sandbox" ], "description": "Web-based playground for testing Nim code.", "license": "MIT",