Skip to content
This repository was archived by the owner on Jan 7, 2023. It is now read-only.

Commit 9828cee

Browse files
committed
Merge pull request #1 from GawainLynch/master
Add screenshot and correct author array
2 parents bcb2018 + 5bb3293 commit 9828cee

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

clean-blog-home.jpg

86.8 KB
Loading

composer.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,15 @@
99
"license": "MIT",
1010
"authors": [
1111
{
12-
"name": "Corentin Mors & Tahtah",
13-
"email": "mikescops@pixelswap.fr"
12+
"name" : "Corentin Mors",
13+
"email" : "mikescops@pixelswap.fr"
14+
}, {
15+
"name" : "Thaís Santos"
1416
}
15-
]
17+
],
18+
"extra": {
19+
"bolt-screenshots": [
20+
"clean-blog-home.jpg"
21+
]
22+
}
1623
}

0 commit comments

Comments
 (0)