From 960274eaf4d330f7c4823f59439dc98502b172c6 Mon Sep 17 00:00:00 2001 From: chocolateboy Date: Sun, 2 Apr 2017 23:54:54 +0100 Subject: [PATCH] update repl.history from 0.13 to 0.1.4 to fix DeprecationWarning https://github.com/tmpvar/repl.history/pull/11 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e94b5c5..b273e87 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "dependencies": { "colors": "^1.1.2", "npmi": "^1.0.1", - "repl.history": "^0.1.3" + "repl.history": "^0.1.4" }, "devDependencies": { "standard": "^8.6.0"