aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2017-11-22 23:28:37 +0100
committerPatrick Spek <p.spek@tyil.nl>2017-11-22 23:28:37 +0100
commit681dfeb2dbfb280406dcf4be6a2d80a3c39ccefb (patch)
tree823da79c801620eaddb022f4fecb635bac03ca36
parente7e9e31e522c31c7e06f86b88e204624c3d88161 (diff)
Remove 'null' from resources in META6.json
-rw-r--r--META6.json6
1 files 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
+}