From e3bac4dad435ae2fd42e3c465b429bf2891ed8fc Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Wed, 28 Sep 2016 21:06:08 -0400 Subject: [PATCH] Remove clone I realized after looking at https://github.com/pelias/whosonfirst/pull/140 that it was not used anywhere. --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 26131145..0a9c6057 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,6 @@ "homepage": "https://github.com/pelias/whosonfirst#readme", "dependencies": { "async": "^2.0.1", - "clone": "^1.0.2", "combined-stream": "^1.0.5", "csv-parse": "^1.0.0", "fs-extra": "^0.30.0",