Skip to content

Commit 4c0af7b

Browse files
authored
Merge pull request #1010 from metacpan/mickey/update_dist_mapping
Added bus_factor to the mapping file
2 parents 73c8b2f + 3bc704f commit 4c0af7b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/MetaCPAN/Script/Mapping/CPAN/Distribution.pm

+3
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ sub mapping {
9696
"bucket" : {
9797
"type" : "integer"
9898
},
99+
"bus_factor" : {
100+
"type" : "integer"
101+
},
99102
"immediate" : {
100103
"type" : "integer"
101104
},

0 commit comments

Comments
 (0)