From 2e19db4da1c9845f207f432e393629b3e8a57376 Mon Sep 17 00:00:00 2001 From: Winston Liu <50Wliu@users.noreply.github.com> Date: Mon, 20 May 2019 10:27:36 -0400 Subject: [PATCH] :arrow_up: apm@2.2.4 to fix Linux installation issues --- apm/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apm/package.json b/apm/package.json index 7b2472c8f63..4e6b47e9ccc 100644 --- a/apm/package.json +++ b/apm/package.json @@ -6,6 +6,6 @@ "url": "https://github.com/atom/atom.git" }, "dependencies": { - "atom-package-manager": "2.2.3" + "atom-package-manager": "2.2.4" } }