From 69fede0f2544b0c98fc402f4489c734ec2fb97ea Mon Sep 17 00:00:00 2001 From: Stefanos Mandalas <47466000+sealmove@users.noreply.github.com> Date: Wed, 7 Oct 2020 23:49:48 +0300 Subject: [PATCH] Added package oblivion (#1660) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 34b1bf2..2d8db06 100644 --- a/packages.json +++ b/packages.json @@ -19785,5 +19785,18 @@ "description": "A package manager that delegates to package authors", "license": "MIT/ISC", "web": "https://github.com/c-blake/nimp" + }, + { + "name": "oblivion", + "url": "https://github.com/sealmove/oblivion", + "method": "git", + "tags": [ + "cli", + "alias", + "binary" + ], + "description": "Shell command manager", + "license": "MIT", + "web": "https://github.com/sealmove/oblivion" } ]