From f2d6f70790544893c78102f8de9578ca1b0d9522 Mon Sep 17 00:00:00 2001 From: C-3PO Date: Fri, 22 Jun 2018 13:35:25 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=20Fix=20installPatch=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/installPatch.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/installPatch.ts b/src/installPatch.ts index 8c543f6..95f3207 100644 --- a/src/installPatch.ts +++ b/src/installPatch.ts @@ -1,3 +1,4 @@ +import getPatchmanifest from './ssn/getPatchmanifest'; import getSolidpkg from './ssn/getSolidpkg'; import readSsnFile from './ssn/readSsnFile';