From 4f2f87c6b51fffe0be927fb893d0ec4aaf2f9a9a Mon Sep 17 00:00:00 2001 From: Orion Kindel Date: Mon, 10 Jun 2024 12:27:15 -0500 Subject: [PATCH] fix: prepublish --- spago.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/spago.yaml b/spago.yaml index 4702495..b538601 100644 --- a/spago.yaml +++ b/spago.yaml @@ -1,6 +1,12 @@ workspace: {} package: name: 'ezfetch' + publish: + version: '0.0.0' + license: 'GPL-3.0-or-later' + location: + githubOwner: 'cakekindel' + githubRepo: 'purescript-ezfetch' dependencies: - aff: ">=7.1.0 <8.0.0" - aff-promise: ">=4.0.0 <5.0.0"