From df2d36fd6f722aecb91c79bb4a3c05e9a0860ec5 Mon Sep 17 00:00:00 2001 From: Jairo Date: Thu, 18 Apr 2019 19:09:57 +0200 Subject: [PATCH 1/2] Added package jsutils --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 8d18a2d..cfb1dad 100644 --- a/packages.json +++ b/packages.json @@ -13138,5 +13138,16 @@ "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": [ + "v0.1.0" + ], + "description": "Utils to work with javascript", + "license": "MIT", + "web": "https://github.com/kidandcat/jsutils" } ] From 6cbd19f263a476780eca7e0ae7bb4af3aad12a46 Mon Sep 17 00:00:00 2001 From: Jairo Date: Thu, 18 Apr 2019 20:04:46 +0200 Subject: [PATCH 2/2] Update packages.json --- packages.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index cfb1dad..754a855 100644 --- a/packages.json +++ b/packages.json @@ -13144,7 +13144,8 @@ "url": "https://github.com/kidandcat/jsutils", "method": "git", "tags": [ - "v0.1.0" + "library", + "javascript" ], "description": "Utils to work with javascript", "license": "MIT",