diff options
| author | Andreas Rumpf <rumpf_a@web.de> | 2019-04-19 23:19:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-19 23:19:34 +0200 |
| commit | 326221fa2f84841188a6b98826973b607abf2ec2 (patch) | |
| tree | 0dfbdeb9c090e550805482a32b32c8b858b94bed | |
| parent | e45dae304f54eff5cea65e3d2d96d0b369518ec4 (diff) | |
| parent | 6cbd19f263a476780eca7e0ae7bb4af3aad12a46 (diff) | |
| download | packages-326221fa2f84841188a6b98826973b607abf2ec2.tar.gz packages-326221fa2f84841188a6b98826973b607abf2ec2.zip | |
Merge pull request #1067 from kidandcat/add-jsutils1709
Add package jsutils
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 8d18a2d..754a855 100644 --- a/packages.json +++ b/packages.json @@ -13138,5 +13138,17 @@ "description": "miniupnpc and libnatpmp wrapper", "license": "Apache License 2.0 or MIT", "web": "https://github.com/status-im/nim-nat-traversal" + }, + { + "name": "jsutils", + "url": "https://github.com/kidandcat/jsutils", + "method": "git", + "tags": [ + "library", + "javascript" + ], + "description": "Utils to work with javascript", + "license": "MIT", + "web": "https://github.com/kidandcat/jsutils" } ] |
