From: Youngsoo Choi Date: Wed, 18 Oct 2017 05:28:38 +0000 (+0900) Subject: [WRT] Remove non supported nslog X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4feec5cdde2659b3eace3a344dd53fb264575a7e;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git [WRT] Remove non supported nslog The nslog is not supported on current node version. Change-Id: I8c19c02af2c8f56aa8590d9bf1027ce00514ecb3 Signed-off-by: Youngsoo Choi --- 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" } }