From 4feec5cdde2659b3eace3a344dd53fb264575a7e Mon Sep 17 00:00:00 2001 From: Youngsoo Choi Date: Wed, 18 Oct 2017 14:28:38 +0900 Subject: [PATCH] [WRT] Remove non supported nslog The nslog is not supported on current node version. Change-Id: I8c19c02af2c8f56aa8590d9bf1027ce00514ecb3 Signed-off-by: Youngsoo Choi --- wrt/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/wrt/package.json b/wrt/package.json index cb2d7c7..113a958 100644 --- a/wrt/package.json +++ b/wrt/package.json @@ -4,7 +4,6 @@ "main": "src/main.js", "devDependencies": { "fs-plus": "^2.8.1", - "nslog": "^2.0.0", "yargs": "3.19.0" } } -- 2.7.4