We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7518a81 commit e372cfaCopy full SHA for e372cfa
README.md
@@ -61,24 +61,13 @@ Example of a batch JSON file (_repositories.json_):
61
```json
62
[
63
{
64
- "id": 1,
65
- "name": "spatie/url",
66
- "description": "test",
67
- "stars": 66,
68
- "downloads": 14414,
69
- "type": "package",
70
- "language": "PHP",
71
- "visible": 1
+ "name": "permafrost-dev/node-ray"
72
},
73
74
- "id": 2,
75
- "name": "spatie/once",
76
77
- "stars": 67,
78
- "downloads": 14456,
79
80
81
+ "name": "permafrost-dev/vue-ray"
+ },
+ {
+ "name": "permafrost-dev/alpinejs-ray"
82
}
83
]
84
```
0 commit comments