From 79d5f0e90cfdff0d718da1cc5b6b1b6f537b1ca3 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Mon, 1 May 2017 19:38:52 -0400 Subject: [PATCH] chore: remove `etcher-latest-version` from package.json (#1372) This version is no longer used, and was removed from the shrinkwrap file, but for some reason, we forgot to remove it from package.json. See: https://github.com/resin-io/etcher/pull/1183 Signed-off-by: Juan Cruz Viotti --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 9efd725f..c632a883 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,6 @@ "drivelist": "^5.0.19", "electron-is-running-in-asar": "^1.0.0", "etcher-image-write": "^9.1.2", - "etcher-latest-version": "^1.0.0", "file-type": "^4.1.0", "flexboxgrid": "^6.3.0", "immutable": "^3.8.1",