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

Commit

Permalink
Merge pull request #51 from wellyshen/feature/adjust-description
Browse files Browse the repository at this point in the history
chore(package.json): edit description
  • Loading branch information
wellyshen authored Nov 7, 2020
2 parents 97330df + 014f148 commit 4e248e2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/proud-socks-punch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-cool-form": patch
---

chore(package.json): edit description
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-cool-form",
"version": "0.0.3",
"description": "React hooks for building forms with performant and good DX.",
"description": "React hooks for building performant forms with good DX.",
"license": "MIT",
"homepage": "https:/wellyshen/react-cool-form",
"repository": "https:/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 4e248e2

Please sign in to comment.