We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c6b3a77 + 3f9a2c4 commit 2f4ae4bCopy full SHA for 2f4ae4b
package.json
@@ -1,6 +1,7 @@
1
{
2
"private": true,
3
"name": "blog",
4
+ "description": "Preact's netlify CMS template",
5
"version": "0.1.2",
6
"license": "MIT",
7
"scripts": {
@@ -45,5 +46,17 @@
45
46
},
47
"jest": {
48
"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"
61
}
62
0 commit comments