Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wellyshen committed Nov 7, 2020
1 parent c8e7a16 commit 3359813
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .changeset/violet-bananas-joke.md
@@ -0,0 +1,2 @@
---
---
5 changes: 5 additions & 0 deletions .changeset/warm-weeks-poke.md
@@ -0,0 +1,5 @@
---
"react-cool-form": patch
---

docs: update README
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@
# <b>REACT COOL FORM</b>

The easiest way to build performant forms
React hooks for forms state, validation and performance.

[![npm version](https://img.shields.io/npm/v/react-cool-form?style=flat-square)](https://www.npmjs.com/package/react-cool-form)
[![npm downloads](https://img.shields.io/npm/dm/react-cool-form?style=flat-square)](https://www.npmtrends.com/react-cool-form)
Expand Down
6 changes: 4 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "react-cool-form",
"version": "0.0.5",
"description": "React hooks for building performant forms with good DX.",
"description": "React hooks for forms state, validation and performance.",
"license": "MIT",
"homepage": "https://github.com/wellyshen/react-cool-form",
"repository": "https://github.com/wellyshen/react-cool-form",
Expand Down Expand Up @@ -29,7 +29,9 @@
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"link-pkg": "npm link examples/node_modules/react && yarn link",
"dev": "yarn clean:build && yarn copy:type && rollup -c rollup/config.js -w",
Expand Down

0 comments on commit 3359813

Please sign in to comment.