From 1b83f75b019ba426bd4c6c0794b3bb2a539ebc81 Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Mon, 26 Feb 2018 13:49:00 +1100 Subject: [PATCH] Removes split-lines dependency. The dependency is not used, so removing it from package.json. --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index fac27219e..d4fa0a5f7 100644 --- a/package.json +++ b/package.json @@ -116,7 +116,6 @@ "sanitize-filename": "^1.5.3", "sinon": "^2.1.0", "source-map-support": "^0.4.6", - "split-lines": "^1.0.0", "standard": "^9.0.2", "standard-version": "^4.0.0", "strip-indent": "^2.0.0",