From 681dfeb2dbfb280406dcf4be6a2d80a3c39ccefb Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 22 Nov 2017 23:28:37 +0100 Subject: Remove 'null' from resources in META6.json --- META6.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/META6.json b/META6.json index 41ee96c..9c7af51 100644 --- a/META6.json +++ b/META6.json @@ -18,9 +18,7 @@ "Config::Parser": "lib/Config/Parser.pm6", "Config::Parser::NULL": "lib/Config/Parser/NULL.pm6" }, - "resources": [ - null - ], + "resources": [ ], "source-url": "https://github.com/scriptkitties/p6-Config.git", "tags": [ "config", @@ -30,4 +28,4 @@ "Test::META" ], "version": "1.3.1" -} \ No newline at end of file +} -- cgit v1.1