Skip to content

Commit e1a4544

Browse files
committed
chore: add more package information
1 parent b3b1d6d commit e1a4544

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<h1 style="display:none;">react-netlify-forms</h1>
44

5-
> Netlify Forms as component or hook with default form handlers. Honeypot fields and reCAPTCHA are included as ready-to-use components.
5+
> Netlify Forms as components and hook with default form handlers. Honeypot fields and reCAPTCHA are included as ready-to-use components.
66
77
[![NPM](https://img.shields.io/npm/v/react-netlify-forms.svg)](https://www.npmjs.com/package/react-netlify-forms) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
88

package.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
{
22
"name": "react-netlify-forms",
33
"version": "0.1.0",
4-
"description": "Reusable and customizable component for using Netlify Forms.",
5-
"author": "Björn Clees <Pyrax>",
4+
"homepage": "https://pyrax.github.io/react-netlify-forms",
5+
"bugs": {
6+
"url": "https://github.com/pyrax/react-netlify-forms/issues"
7+
},
8+
"description": "Netlify Forms as components and hook with default form handlers.",
9+
"keywords": [
10+
"react",
11+
"netlify",
12+
"forms",
13+
"netlify-forms",
14+
"react-netlify-form",
15+
"react-netlify-forms"
16+
],
17+
"author": "Björn Clees <piranhadev@gmail.com> (https://github.com/pyrax/)",
618
"license": "MIT",
719
"repository": "Pyrax/react-netlify-forms",
820
"main": "dist/index.js",

0 commit comments

Comments
 (0)