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

Commit

Permalink
fix: empty package
Browse files Browse the repository at this point in the history
  • Loading branch information
wellyshen committed Nov 7, 2020
1 parent 4e248e2 commit ad9b72a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/stupid-flowers-prove.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-cool-form": patch
---

fix: empty package
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"copy": "run-p copy:*",
"copy:cjs": "cpy rollup/cjsEntryFile.js dist --rename=index.js",
"copy:type": "cpy src/types/react-cool-form.d.ts dist --rename=index.d.ts",
"prerelease": "run-s type-check lint test build",
"release": "changeset publish"
},
"husky": {
Expand Down

0 comments on commit ad9b72a

Please sign in to comment.