Skip to content

Commit e1a514a

Browse files
update: readme & composer.json info
1 parent 8111b97 commit e1a514a

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PreviewMate v3
22

3-
Find your editor blocks with ease in live preview.
3+
Find your live preview editor blocks with ease.
44

55
## Requirements
66
This plugin supports Craft CMS 5.0+

composer.json

+10-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
{
22
"name": "nicholashamilton/craft-preview-mate",
3-
"description": "Find your editor blocks with ease in live preview.",
3+
"description": "Find your live preview editor blocks with ease.",
44
"type": "craft-plugin",
55
"keywords": [
66
"craft", "cms", "craftcms", "craft-plugin", "previewmate", "live preview"
77
],
88
"license": "mit",
99
"support": {
10-
"email": "nicholashamilton.co@gmail.com"
10+
"email": "nicholashamilton.co@gmail.com",
11+
"docs": "https://github.com/nicholashamilton/craft-preview-mate",
12+
"source": "https://github.com/nicholashamilton/craft-preview-mate",
13+
"issues": "https://github.com/nicholashamilton/craft-preview-mate/issues"
1114
},
1215
"require": {
1316
"php": ">=8.2",
@@ -22,10 +25,12 @@
2225
}
2326
},
2427
"extra": {
25-
"handle": "craft-preview-mate",
2628
"name": "PreviewMate",
27-
"developer": "Nicholas Hamilton",
28-
"documentationUrl": "https://github.com/nicholashamilton/craft-preview-mate/tree/craft-5",
29+
"handle": "craft-preview-mate",
30+
"developer": "nicholashamilton",
31+
"developerUrl": "https://nicholashamilton.co/",
32+
"documentationUrl": "https://github.com/nicholashamilton/craft-preview-mate",
33+
"changelogUrl": "https://github.com/nicholashamilton/craft-preview-mate/blob/craft-5/CHANGELOG.md",
2934
"class": "nicholashamilton\\previewmate\\PreviewMate"
3035
},
3136
"config": {

0 commit comments

Comments
 (0)