Skip to content

Commit 3f9a2c4

Browse files
Update package.json
1 parent 80992aa commit 3f9a2c4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

package.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"private": true,
33
"name": "blog",
4+
"description": "Preact's netlify CMS template",
45
"version": "0.1.2",
56
"license": "MIT",
67
"scripts": {
@@ -45,5 +46,17 @@
4546
},
4647
"jest": {
4748
"preset": "jest-preset-preact"
49+
},
50+
"bugs": {
51+
"url": "https://github.com/preactjs/preact-netlify/issues"
52+
},
53+
"homepage": "https://github.com/preactjs/preact-netlify#readme",
54+
"keywords": [
55+
"preact",
56+
"netlify"
57+
],
58+
"repository": {
59+
"type": "git",
60+
"url": "git+https://github.com/preactjs/preact-netlify.git"
4861
}
4962
}

0 commit comments

Comments
 (0)