Skip to content

Commit 0987b47

Browse files
authored
Merge pull request #10 from biojs/develop
Server tests
2 parents e4c0dd0 + 1764442 commit 0987b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/management/commands/updatecomponents.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class Command(BaseCommand):
3333
help = "Command to update the details of all the components from Github"
3434

3535
def handle(self, *args, **options):
36-
all_components = get_npm_data()['objects'][:5]
36+
all_components = get_npm_data()['objects']
3737
for component in all_components:
3838
component_data = component['package']
3939
try:

0 commit comments

Comments
 (0)