diff options
| author | Dominik Picheta <dominikpicheta@gmail.com> | 2015-11-21 17:53:05 +0000 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@gmail.com> | 2015-11-21 17:53:05 +0000 |
| commit | 47e997786739ab5394b6f08d3690e204e8775657 (patch) | |
| tree | ac401cd7238d5205a4067c854d94ad901cf1732e | |
| parent | dee6f8dc02f35237be488a5c3473440613506a18 (diff) | |
| download | packages-47e997786739ab5394b6f08d3690e204e8775657.tar.gz packages-47e997786739ab5394b6f08d3690e204e8775657.zip | |
Better tags for `playground` package.
| -rw-r--r-- | packages.json | 7 |
1 files 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", |
